Uses of Interface
software.amazon.awssdk.services.cloudcontrol.CloudControlAsyncClient
-
Packages that use CloudControlAsyncClient Package Description software.amazon.awssdk.services.cloudcontrol For more information about Amazon Web Services Cloud Control API, see the Amazon Web Services Cloud Control API User Guide.software.amazon.awssdk.services.cloudcontrol.paginators software.amazon.awssdk.services.cloudcontrol.waiters -
-
Uses of CloudControlAsyncClient in software.amazon.awssdk.services.cloudcontrol
Methods in software.amazon.awssdk.services.cloudcontrol that return CloudControlAsyncClient Modifier and Type Method Description static CloudControlAsyncClientCloudControlAsyncClient. create()Create aCloudControlAsyncClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of CloudControlAsyncClient in software.amazon.awssdk.services.cloudcontrol.paginators
Constructors in software.amazon.awssdk.services.cloudcontrol.paginators with parameters of type CloudControlAsyncClient Constructor Description ListResourceRequestsPublisher(CloudControlAsyncClient client, ListResourceRequestsRequest firstRequest)ListResourcesPublisher(CloudControlAsyncClient client, ListResourcesRequest firstRequest) -
Uses of CloudControlAsyncClient in software.amazon.awssdk.services.cloudcontrol.waiters
Methods in software.amazon.awssdk.services.cloudcontrol.waiters with parameters of type CloudControlAsyncClient Modifier and Type Method Description CloudControlAsyncWaiter.BuilderCloudControlAsyncWaiter.Builder. client(CloudControlAsyncClient client)Sets a customCloudControlAsyncClientthat will be used to poll the resource
-