Uses of Class
software.amazon.awssdk.services.cloudfront.model.GetCloudFrontOriginAccessIdentityResponse
-
Packages that use GetCloudFrontOriginAccessIdentityResponse Package Description software.amazon.awssdk.services.cloudfront Amazon CloudFront -
-
Uses of GetCloudFrontOriginAccessIdentityResponse in software.amazon.awssdk.services.cloudfront
Methods in software.amazon.awssdk.services.cloudfront that return GetCloudFrontOriginAccessIdentityResponse Modifier and Type Method Description default GetCloudFrontOriginAccessIdentityResponseCloudFrontClient. getCloudFrontOriginAccessIdentity(Consumer<GetCloudFrontOriginAccessIdentityRequest.Builder> getCloudFrontOriginAccessIdentityRequest)Get the information about an origin access identity.default GetCloudFrontOriginAccessIdentityResponseCloudFrontClient. getCloudFrontOriginAccessIdentity(GetCloudFrontOriginAccessIdentityRequest getCloudFrontOriginAccessIdentityRequest)Get the information about an origin access identity.Methods in software.amazon.awssdk.services.cloudfront that return types with arguments of type GetCloudFrontOriginAccessIdentityResponse Modifier and Type Method Description default CompletableFuture<GetCloudFrontOriginAccessIdentityResponse>CloudFrontAsyncClient. getCloudFrontOriginAccessIdentity(Consumer<GetCloudFrontOriginAccessIdentityRequest.Builder> getCloudFrontOriginAccessIdentityRequest)Get the information about an origin access identity.default CompletableFuture<GetCloudFrontOriginAccessIdentityResponse>CloudFrontAsyncClient. getCloudFrontOriginAccessIdentity(GetCloudFrontOriginAccessIdentityRequest getCloudFrontOriginAccessIdentityRequest)Get the information about an origin access identity.
-