Uses of Interface
software.amazon.awssdk.services.cloudfront.model.CreateCloudFrontOriginAccessIdentityRequest.Builder
-
Packages that use CreateCloudFrontOriginAccessIdentityRequest.Builder Package Description software.amazon.awssdk.services.cloudfront Amazon CloudFront software.amazon.awssdk.services.cloudfront.model -
-
Uses of CreateCloudFrontOriginAccessIdentityRequest.Builder in software.amazon.awssdk.services.cloudfront
Method parameters in software.amazon.awssdk.services.cloudfront with type arguments of type CreateCloudFrontOriginAccessIdentityRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateCloudFrontOriginAccessIdentityResponse>CloudFrontAsyncClient. createCloudFrontOriginAccessIdentity(Consumer<CreateCloudFrontOriginAccessIdentityRequest.Builder> createCloudFrontOriginAccessIdentityRequest)Creates a new origin access identity.default CreateCloudFrontOriginAccessIdentityResponseCloudFrontClient. createCloudFrontOriginAccessIdentity(Consumer<CreateCloudFrontOriginAccessIdentityRequest.Builder> createCloudFrontOriginAccessIdentityRequest)Creates a new origin access identity. -
Uses of CreateCloudFrontOriginAccessIdentityRequest.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type CreateCloudFrontOriginAccessIdentityRequest.Builder Modifier and Type Method Description static Class<? extends CreateCloudFrontOriginAccessIdentityRequest.Builder>CreateCloudFrontOriginAccessIdentityRequest. serializableBuilderClass()
-