Uses of Class
software.amazon.awssdk.services.opsworkscm.model.DescribeServersResponse
-
Packages that use DescribeServersResponse Package Description software.amazon.awssdk.services.opsworkscm AWS OpsWorks CM software.amazon.awssdk.services.opsworkscm.paginators -
-
Uses of DescribeServersResponse in software.amazon.awssdk.services.opsworkscm
Methods in software.amazon.awssdk.services.opsworkscm that return DescribeServersResponse Modifier and Type Method Description default DescribeServersResponseOpsWorksCmClient. describeServers()Lists all configuration management servers that are identified with your account.default DescribeServersResponseOpsWorksCmClient. describeServers(Consumer<DescribeServersRequest.Builder> describeServersRequest)Lists all configuration management servers that are identified with your account.default DescribeServersResponseOpsWorksCmClient. describeServers(DescribeServersRequest describeServersRequest)Lists all configuration management servers that are identified with your account.Methods in software.amazon.awssdk.services.opsworkscm that return types with arguments of type DescribeServersResponse Modifier and Type Method 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. -
Uses of DescribeServersResponse in software.amazon.awssdk.services.opsworkscm.paginators
Methods in software.amazon.awssdk.services.opsworkscm.paginators that return types with arguments of type DescribeServersResponse Modifier and Type Method Description Iterator<DescribeServersResponse>DescribeServersIterable. iterator()Method parameters in software.amazon.awssdk.services.opsworkscm.paginators with type arguments of type DescribeServersResponse Modifier and Type Method Description voidDescribeServersPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeServersResponse> subscriber)
-