| Package | Description |
|---|---|
| software.amazon.awssdk.services.opsworkscm |
|
| software.amazon.awssdk.services.opsworkscm.paginators |
| Modifier and Type | Method and Description |
|---|---|
default DescribeServersResponse |
OpsWorksCmClient.describeServers()
Lists all configuration management servers that are identified with your account.
|
default DescribeServersResponse |
OpsWorksCmClient.describeServers(Consumer<DescribeServersRequest.Builder> describeServersRequest)
Lists all configuration management servers that are identified with your account.
|
default DescribeServersResponse |
OpsWorksCmClient.describeServers(DescribeServersRequest describeServersRequest)
Lists all configuration management servers that are identified with your account.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeServersResponse> |
OpsWorksCmAsyncClient.describeServers()
Lists all configuration management servers that are identified with your account.
|
default CompletableFuture<DescribeServersResponse> |
OpsWorksCmAsyncClient.describeServers(Consumer<DescribeServersRequest.Builder> describeServersRequest)
Lists all configuration management servers that are identified with your account.
|
default CompletableFuture<DescribeServersResponse> |
OpsWorksCmAsyncClient.describeServers(DescribeServersRequest describeServersRequest)
Lists all configuration management servers that are identified with your account.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<DescribeServersResponse> |
DescribeServersIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeServersPublisher.subscribe(org.reactivestreams.Subscriber<? super DescribeServersResponse> subscriber) |
Copyright © 2023. All rights reserved.