| Package | Description |
|---|---|
| software.amazon.awssdk.services.opsworkscm |
|
| Modifier and Type | Method and Description |
|---|---|
default DeleteServerResponse |
OpsWorksCmClient.deleteServer(Consumer<DeleteServerRequest.Builder> deleteServerRequest)
Deletes the server and the underlying AWS CloudFormation stacks (including the server's EC2 instance).
|
default DeleteServerResponse |
OpsWorksCmClient.deleteServer(DeleteServerRequest deleteServerRequest)
Deletes the server and the underlying AWS CloudFormation stacks (including the server's EC2 instance).
|
| Modifier and Type | Method and 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).
|
Copyright © 2023. All rights reserved.