Uses of Class
software.amazon.awssdk.services.cloudfront.model.CreateCloudFrontOriginAccessIdentityResponse
Packages that use CreateCloudFrontOriginAccessIdentityResponse
-
Uses of CreateCloudFrontOriginAccessIdentityResponse in software.amazon.awssdk.services.cloudfront
Methods in software.amazon.awssdk.services.cloudfront that return CreateCloudFrontOriginAccessIdentityResponseModifier and TypeMethodDescriptionCloudFrontClient.createCloudFrontOriginAccessIdentity(Consumer<CreateCloudFrontOriginAccessIdentityRequest.Builder> createCloudFrontOriginAccessIdentityRequest) Creates a new origin access identity.CloudFrontClient.createCloudFrontOriginAccessIdentity(CreateCloudFrontOriginAccessIdentityRequest createCloudFrontOriginAccessIdentityRequest) Creates a new origin access identity.Methods in software.amazon.awssdk.services.cloudfront that return types with arguments of type CreateCloudFrontOriginAccessIdentityResponseModifier and TypeMethodDescriptionCloudFrontAsyncClient.createCloudFrontOriginAccessIdentity(Consumer<CreateCloudFrontOriginAccessIdentityRequest.Builder> createCloudFrontOriginAccessIdentityRequest) Creates a new origin access identity.CloudFrontAsyncClient.createCloudFrontOriginAccessIdentity(CreateCloudFrontOriginAccessIdentityRequest createCloudFrontOriginAccessIdentityRequest) Creates a new origin access identity.