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