Uses of Class
io.gs2.deploy.request.UpdateStackRequest
Packages that use UpdateStackRequest
-
Uses of UpdateStackRequest in io.gs2.deploy
Methods in io.gs2.deploy with parameters of type UpdateStackRequestModifier and TypeMethodDescriptionGs2DeployRestClient.updateStack(UpdateStackRequest request) voidGs2DeployRestClient.updateStackAsync(UpdateStackRequest request, AsyncAction<AsyncResult<UpdateStackResult>> callback) -
Uses of UpdateStackRequest in io.gs2.deploy.request
Methods in io.gs2.deploy.request that return UpdateStackRequestModifier and TypeMethodDescriptionstatic UpdateStackRequestUpdateStackRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) UpdateStackRequest.withDescription(String description) UpdateStackRequest.withStackName(String stackName) UpdateStackRequest.withTemplate(String template)