Uses of Class
com.amazonaws.services.cloudfront.model.GetCloudFrontOriginAccessIdentityResult
-
Packages that use GetCloudFrontOriginAccessIdentityResult Package Description com.amazonaws.services.cloudfront com.amazonaws.services.cloudfront.model -
-
Uses of GetCloudFrontOriginAccessIdentityResult in com.amazonaws.services.cloudfront
Methods in com.amazonaws.services.cloudfront that return GetCloudFrontOriginAccessIdentityResult Modifier and Type Method Description GetCloudFrontOriginAccessIdentityResult
AbstractAmazonCloudFront. getCloudFrontOriginAccessIdentity(GetCloudFrontOriginAccessIdentityRequest request)
GetCloudFrontOriginAccessIdentityResult
AmazonCloudFront. getCloudFrontOriginAccessIdentity(GetCloudFrontOriginAccessIdentityRequest getCloudFrontOriginAccessIdentityRequest)
Get the information about an origin access identity.GetCloudFrontOriginAccessIdentityResult
AmazonCloudFrontClient. getCloudFrontOriginAccessIdentity(GetCloudFrontOriginAccessIdentityRequest getCloudFrontOriginAccessIdentityRequest)
Get the information about an origin access identity. -
Uses of GetCloudFrontOriginAccessIdentityResult in com.amazonaws.services.cloudfront.model
Methods in com.amazonaws.services.cloudfront.model that return GetCloudFrontOriginAccessIdentityResult Modifier and Type Method Description GetCloudFrontOriginAccessIdentityResult
GetCloudFrontOriginAccessIdentityResult. clone()
GetCloudFrontOriginAccessIdentityResult
GetCloudFrontOriginAccessIdentityResult. withCloudFrontOriginAccessIdentity(CloudFrontOriginAccessIdentity cloudFrontOriginAccessIdentity)
The origin access identity's information.GetCloudFrontOriginAccessIdentityResult
GetCloudFrontOriginAccessIdentityResult. withETag(String eTag)
The current version of the origin access identity's information.
-