Uses of Class
com.amazonaws.services.cloudfront.model.CreateCloudFrontOriginAccessIdentityResult
Packages that use CreateCloudFrontOriginAccessIdentityResult
-
Uses of CreateCloudFrontOriginAccessIdentityResult in com.amazonaws.services.cloudfront
Methods in com.amazonaws.services.cloudfront that return CreateCloudFrontOriginAccessIdentityResultModifier and TypeMethodDescriptionAbstractAmazonCloudFront.createCloudFrontOriginAccessIdentity
(CreateCloudFrontOriginAccessIdentityRequest request) AmazonCloudFront.createCloudFrontOriginAccessIdentity
(CreateCloudFrontOriginAccessIdentityRequest createCloudFrontOriginAccessIdentityRequest) Create a new origin access identity.AmazonCloudFrontClient.createCloudFrontOriginAccessIdentity
(CreateCloudFrontOriginAccessIdentityRequest createCloudFrontOriginAccessIdentityRequest) Create a new origin access identity.Methods in com.amazonaws.services.cloudfront that return types with arguments of type CreateCloudFrontOriginAccessIdentityResultModifier and TypeMethodDescriptionAbstractAmazonCloudFrontAsync.createCloudFrontOriginAccessIdentityAsync
(CreateCloudFrontOriginAccessIdentityRequest request) AbstractAmazonCloudFrontAsync.createCloudFrontOriginAccessIdentityAsync
(CreateCloudFrontOriginAccessIdentityRequest request, AsyncHandler<CreateCloudFrontOriginAccessIdentityRequest, CreateCloudFrontOriginAccessIdentityResult> asyncHandler) AmazonCloudFrontAsync.createCloudFrontOriginAccessIdentityAsync
(CreateCloudFrontOriginAccessIdentityRequest createCloudFrontOriginAccessIdentityRequest) Create a new origin access identity.AmazonCloudFrontAsync.createCloudFrontOriginAccessIdentityAsync
(CreateCloudFrontOriginAccessIdentityRequest createCloudFrontOriginAccessIdentityRequest, AsyncHandler<CreateCloudFrontOriginAccessIdentityRequest, CreateCloudFrontOriginAccessIdentityResult> asyncHandler) Create a new origin access identity.AmazonCloudFrontAsyncClient.createCloudFrontOriginAccessIdentityAsync
(CreateCloudFrontOriginAccessIdentityRequest request) AmazonCloudFrontAsyncClient.createCloudFrontOriginAccessIdentityAsync
(CreateCloudFrontOriginAccessIdentityRequest request, AsyncHandler<CreateCloudFrontOriginAccessIdentityRequest, CreateCloudFrontOriginAccessIdentityResult> asyncHandler) Method parameters in com.amazonaws.services.cloudfront with type arguments of type CreateCloudFrontOriginAccessIdentityResultModifier and TypeMethodDescriptionAbstractAmazonCloudFrontAsync.createCloudFrontOriginAccessIdentityAsync
(CreateCloudFrontOriginAccessIdentityRequest request, AsyncHandler<CreateCloudFrontOriginAccessIdentityRequest, CreateCloudFrontOriginAccessIdentityResult> asyncHandler) AmazonCloudFrontAsync.createCloudFrontOriginAccessIdentityAsync
(CreateCloudFrontOriginAccessIdentityRequest createCloudFrontOriginAccessIdentityRequest, AsyncHandler<CreateCloudFrontOriginAccessIdentityRequest, CreateCloudFrontOriginAccessIdentityResult> asyncHandler) Create a new origin access identity.AmazonCloudFrontAsyncClient.createCloudFrontOriginAccessIdentityAsync
(CreateCloudFrontOriginAccessIdentityRequest request, AsyncHandler<CreateCloudFrontOriginAccessIdentityRequest, CreateCloudFrontOriginAccessIdentityResult> asyncHandler) -
Uses of CreateCloudFrontOriginAccessIdentityResult in com.amazonaws.services.cloudfront.model
Methods in com.amazonaws.services.cloudfront.model that return CreateCloudFrontOriginAccessIdentityResultModifier and TypeMethodDescriptionCreateCloudFrontOriginAccessIdentityResult.clone()
CreateCloudFrontOriginAccessIdentityResult.withCloudFrontOriginAccessIdentity
(CloudFrontOriginAccessIdentity cloudFrontOriginAccessIdentity) The origin access identity's information.The current version of the origin access identity created.CreateCloudFrontOriginAccessIdentityResult.withLocation
(String location) The fully qualified URI of the new origin access identity just created.