Uses of Interface
software.amazon.awssdk.services.cloudfront.CloudFrontBaseClientBuilder
-
Packages that use CloudFrontBaseClientBuilder Package Description software.amazon.awssdk.services.cloudfront Amazon CloudFront -
-
Uses of CloudFrontBaseClientBuilder in software.amazon.awssdk.services.cloudfront
Classes in software.amazon.awssdk.services.cloudfront with type parameters of type CloudFrontBaseClientBuilder Modifier and Type Interface Description interfaceCloudFrontBaseClientBuilder<B extends CloudFrontBaseClientBuilder<B,C>,C>This includes configuration specific to CloudFront that is supported by bothCloudFrontClientBuilderandCloudFrontAsyncClientBuilder.Subinterfaces of CloudFrontBaseClientBuilder in software.amazon.awssdk.services.cloudfront Modifier and Type Interface Description interfaceCloudFrontAsyncClientBuilderA builder for creating an instance ofCloudFrontAsyncClient.interfaceCloudFrontClientBuilderA builder for creating an instance ofCloudFrontClient.
-