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 CreateCloudFrontOriginAccessIdentityResultAbstractAmazonCloudFront. createCloudFrontOriginAccessIdentity(CreateCloudFrontOriginAccessIdentityRequest request)CreateCloudFrontOriginAccessIdentityResultAmazonCloudFront. createCloudFrontOriginAccessIdentity(CreateCloudFrontOriginAccessIdentityRequest createCloudFrontOriginAccessIdentityRequest)Create a new origin access identity.CreateCloudFrontOriginAccessIdentityResultAmazonCloudFrontClient. 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 CreateCloudFrontOriginAccessIdentityResultCreateCloudFrontOriginAccessIdentityResult. clone()CreateCloudFrontOriginAccessIdentityResultCreateCloudFrontOriginAccessIdentityResult. withCloudFrontOriginAccessIdentity(CloudFrontOriginAccessIdentity cloudFrontOriginAccessIdentity)The origin access identity's information.CreateCloudFrontOriginAccessIdentityResultCreateCloudFrontOriginAccessIdentityResult. withETag(String eTag)The current version of the origin access identity created.CreateCloudFrontOriginAccessIdentityResultCreateCloudFrontOriginAccessIdentityResult. withLocation(String location)The fully qualified URI of the new origin access identity just created.
-