Uses of Class
io.gs2.deploy.request.CreateStackRequest
Packages that use CreateStackRequest
-
Uses of CreateStackRequest in io.gs2.deploy
Methods in io.gs2.deploy with parameters of type CreateStackRequestModifier and TypeMethodDescriptionGs2DeployRestClient.createStack(CreateStackRequest request) voidGs2DeployRestClient.createStackAsync(CreateStackRequest request, AsyncAction<AsyncResult<CreateStackResult>> callback) -
Uses of CreateStackRequest in io.gs2.deploy.request
Methods in io.gs2.deploy.request that return CreateStackRequestModifier and TypeMethodDescriptionstatic CreateStackRequestCreateStackRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) CreateStackRequest.withDescription(String description) CreateStackRequest.withTemplate(String template)