Uses of Class
software.amazon.awssdk.services.opsworkscm.model.DeleteServerResponse
-
Packages that use DeleteServerResponse Package Description software.amazon.awssdk.services.opsworkscm AWS OpsWorks CM -
-
Uses of DeleteServerResponse in software.amazon.awssdk.services.opsworkscm
Methods in software.amazon.awssdk.services.opsworkscm that return DeleteServerResponse Modifier and Type Method Description default DeleteServerResponseOpsWorksCmClient. deleteServer(Consumer<DeleteServerRequest.Builder> deleteServerRequest)Deletes the server and the underlying AWS CloudFormation stacks (including the server's EC2 instance).default DeleteServerResponseOpsWorksCmClient. deleteServer(DeleteServerRequest deleteServerRequest)Deletes the server and the underlying AWS CloudFormation stacks (including the server's EC2 instance).Methods in software.amazon.awssdk.services.opsworkscm that return types with arguments of type DeleteServerResponse Modifier and Type Method Description default CompletableFuture<DeleteServerResponse>OpsWorksCmAsyncClient. deleteServer(Consumer<DeleteServerRequest.Builder> deleteServerRequest)Deletes the server and the underlying AWS CloudFormation stacks (including the server's EC2 instance).default CompletableFuture<DeleteServerResponse>OpsWorksCmAsyncClient. deleteServer(DeleteServerRequest deleteServerRequest)Deletes the server and the underlying AWS CloudFormation stacks (including the server's EC2 instance).
-