Uses of Class
com.amazonaws.services.cloudfront.model.CreateCloudFrontOriginAccessIdentityResult
-
Packages that use CreateCloudFrontOriginAccessIdentityResult Package Description com.amazonaws.services.cloudfront com.amazonaws.services.cloudfront.model -
-
Uses of CreateCloudFrontOriginAccessIdentityResult in com.amazonaws.services.cloudfront
Methods in com.amazonaws.services.cloudfront that return CreateCloudFrontOriginAccessIdentityResult Modifier and Type Method Description CreateCloudFrontOriginAccessIdentityResult
AbstractAmazonCloudFront. createCloudFrontOriginAccessIdentity(CreateCloudFrontOriginAccessIdentityRequest request)
CreateCloudFrontOriginAccessIdentityResult
AmazonCloudFront. createCloudFrontOriginAccessIdentity(CreateCloudFrontOriginAccessIdentityRequest createCloudFrontOriginAccessIdentityRequest)
Create a new origin access identity.CreateCloudFrontOriginAccessIdentityResult
AmazonCloudFrontClient. createCloudFrontOriginAccessIdentity(CreateCloudFrontOriginAccessIdentityRequest createCloudFrontOriginAccessIdentityRequest)
Create a new origin access identity. -
Uses of CreateCloudFrontOriginAccessIdentityResult in com.amazonaws.services.cloudfront.model
Methods in com.amazonaws.services.cloudfront.model that return CreateCloudFrontOriginAccessIdentityResult Modifier and Type Method Description CreateCloudFrontOriginAccessIdentityResult
CreateCloudFrontOriginAccessIdentityResult. clone()
CreateCloudFrontOriginAccessIdentityResult
CreateCloudFrontOriginAccessIdentityResult. withCloudFrontOriginAccessIdentity(CloudFrontOriginAccessIdentity cloudFrontOriginAccessIdentity)
The origin access identity's information.CreateCloudFrontOriginAccessIdentityResult
CreateCloudFrontOriginAccessIdentityResult. withETag(String eTag)
The current version of the origin access identity created.CreateCloudFrontOriginAccessIdentityResult
CreateCloudFrontOriginAccessIdentityResult. withLocation(String location)
The fully qualified URI of the new origin access identity just created.
-