Uses of Class
io.gs2.deploy.request.DeleteStackRequest
Packages that use DeleteStackRequest
-
Uses of DeleteStackRequest in io.gs2.deploy
Methods in io.gs2.deploy with parameters of type DeleteStackRequestModifier and TypeMethodDescriptionGs2DeployRestClient.deleteStack(DeleteStackRequest request) voidGs2DeployRestClient.deleteStackAsync(DeleteStackRequest request, AsyncAction<AsyncResult<DeleteStackResult>> callback) -
Uses of DeleteStackRequest in io.gs2.deploy.request
Methods in io.gs2.deploy.request that return DeleteStackRequestModifier and TypeMethodDescriptionstatic DeleteStackRequestDeleteStackRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) DeleteStackRequest.withStackName(String stackName)