Uses of Class
software.amazon.awssdk.services.opsworkscm.model.DeleteServerRequest
-
Packages that use DeleteServerRequest Package Description software.amazon.awssdk.services.opsworkscm AWS OpsWorks CM software.amazon.awssdk.services.opsworkscm.transform -
-
Uses of DeleteServerRequest in software.amazon.awssdk.services.opsworkscm
Methods in software.amazon.awssdk.services.opsworkscm with parameters of type DeleteServerRequest Modifier and Type Method Description default CompletableFuture<DeleteServerResponse>OpsWorksCmAsyncClient. deleteServer(DeleteServerRequest 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). -
Uses of DeleteServerRequest in software.amazon.awssdk.services.opsworkscm.transform
Methods in software.amazon.awssdk.services.opsworkscm.transform with parameters of type DeleteServerRequest Modifier and Type Method Description SdkHttpFullRequestDeleteServerRequestMarshaller. marshall(DeleteServerRequest deleteServerRequest)
-