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