Uses of Interface
software.amazon.awssdk.services.cloudcontrol.CloudControlBaseClientBuilder
-
Packages that use CloudControlBaseClientBuilder 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. -
-
Uses of CloudControlBaseClientBuilder in software.amazon.awssdk.services.cloudcontrol
Classes in software.amazon.awssdk.services.cloudcontrol with type parameters of type CloudControlBaseClientBuilder Modifier and Type Interface Description interfaceCloudControlBaseClientBuilder<B extends CloudControlBaseClientBuilder<B,C>,C>This includes configuration specific to CloudControlApi that is supported by bothCloudControlClientBuilderandCloudControlAsyncClientBuilder.Subinterfaces of CloudControlBaseClientBuilder in software.amazon.awssdk.services.cloudcontrol Modifier and Type Interface Description interfaceCloudControlAsyncClientBuilderA builder for creating an instance ofCloudControlAsyncClient.interfaceCloudControlClientBuilderA builder for creating an instance ofCloudControlClient.
-