Uses of Class
software.amazon.awssdk.services.opsworks.model.UpdateStackResponse
-
Packages that use UpdateStackResponse Package Description software.amazon.awssdk.services.opsworks AWS OpsWorks -
-
Uses of UpdateStackResponse in software.amazon.awssdk.services.opsworks
Methods in software.amazon.awssdk.services.opsworks that return UpdateStackResponse Modifier and Type Method Description default UpdateStackResponseOpsWorksClient. updateStack(Consumer<UpdateStackRequest.Builder> updateStackRequest)Updates a specified stack.default UpdateStackResponseOpsWorksClient. updateStack(UpdateStackRequest updateStackRequest)Updates a specified stack.Methods in software.amazon.awssdk.services.opsworks that return types with arguments of type UpdateStackResponse Modifier and Type Method Description default CompletableFuture<UpdateStackResponse>OpsWorksAsyncClient. updateStack(Consumer<UpdateStackRequest.Builder> updateStackRequest)Updates a specified stack.default CompletableFuture<UpdateStackResponse>OpsWorksAsyncClient. updateStack(UpdateStackRequest updateStackRequest)Updates a specified stack.
-