Uses of Interface
software.amazon.awssdk.services.cloudcontrol.CloudControlClient
-
Packages that use CloudControlClient 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 CloudControlClient in software.amazon.awssdk.services.cloudcontrol
Methods in software.amazon.awssdk.services.cloudcontrol that return CloudControlClient Modifier and Type Method Description static CloudControlClientCloudControlClient. create()Create aCloudControlClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of CloudControlClient in software.amazon.awssdk.services.cloudcontrol.paginators
Constructors in software.amazon.awssdk.services.cloudcontrol.paginators with parameters of type CloudControlClient Constructor Description ListResourceRequestsIterable(CloudControlClient client, ListResourceRequestsRequest firstRequest)ListResourcesIterable(CloudControlClient client, ListResourcesRequest firstRequest) -
Uses of CloudControlClient in software.amazon.awssdk.services.cloudcontrol.waiters
Methods in software.amazon.awssdk.services.cloudcontrol.waiters with parameters of type CloudControlClient Modifier and Type Method Description CloudControlWaiter.BuilderCloudControlWaiter.Builder. client(CloudControlClient client)Sets a customCloudControlClientthat will be used to poll the resource
-