Uses of Class
software.amazon.awssdk.services.opsworkscm.model.DescribeServersRequest
-
Packages that use DescribeServersRequest Package Description software.amazon.awssdk.services.opsworkscm AWS OpsWorks CM software.amazon.awssdk.services.opsworkscm.paginators software.amazon.awssdk.services.opsworkscm.transform -
-
Uses of DescribeServersRequest in software.amazon.awssdk.services.opsworkscm
Methods in software.amazon.awssdk.services.opsworkscm with parameters of type DescribeServersRequest Modifier and Type Method Description default CompletableFuture<DescribeServersResponse>OpsWorksCmAsyncClient. describeServers(DescribeServersRequest 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.default DescribeServersPublisherOpsWorksCmAsyncClient. describeServersPaginator(DescribeServersRequest describeServersRequest)Lists all configuration management servers that are identified with your account.default DescribeServersIterableOpsWorksCmClient. describeServersPaginator(DescribeServersRequest describeServersRequest)Lists all configuration management servers that are identified with your account. -
Uses of DescribeServersRequest in software.amazon.awssdk.services.opsworkscm.paginators
Constructors in software.amazon.awssdk.services.opsworkscm.paginators with parameters of type DescribeServersRequest Constructor Description DescribeServersIterable(OpsWorksCmClient client, DescribeServersRequest firstRequest)DescribeServersPublisher(OpsWorksCmAsyncClient client, DescribeServersRequest firstRequest) -
Uses of DescribeServersRequest in software.amazon.awssdk.services.opsworkscm.transform
Methods in software.amazon.awssdk.services.opsworkscm.transform with parameters of type DescribeServersRequest Modifier and Type Method Description SdkHttpFullRequestDescribeServersRequestMarshaller. marshall(DescribeServersRequest describeServersRequest)
-