Uses of Class
software.amazon.awssdk.services.cloudfront.model.GetCloudFrontOriginAccessIdentityRequest
-
Packages that use GetCloudFrontOriginAccessIdentityRequest Package Description software.amazon.awssdk.services.cloudfront Amazon CloudFront software.amazon.awssdk.services.cloudfront.transform -
-
Uses of GetCloudFrontOriginAccessIdentityRequest in software.amazon.awssdk.services.cloudfront
Methods in software.amazon.awssdk.services.cloudfront with parameters of type GetCloudFrontOriginAccessIdentityRequest Modifier and Type Method Description default CompletableFuture<GetCloudFrontOriginAccessIdentityResponse>
CloudFrontAsyncClient. getCloudFrontOriginAccessIdentity(GetCloudFrontOriginAccessIdentityRequest getCloudFrontOriginAccessIdentityRequest)
Get the information about an origin access identity.default GetCloudFrontOriginAccessIdentityResponse
CloudFrontClient. getCloudFrontOriginAccessIdentity(GetCloudFrontOriginAccessIdentityRequest getCloudFrontOriginAccessIdentityRequest)
Get the information about an origin access identity. -
Uses of GetCloudFrontOriginAccessIdentityRequest in software.amazon.awssdk.services.cloudfront.transform
Methods in software.amazon.awssdk.services.cloudfront.transform with parameters of type GetCloudFrontOriginAccessIdentityRequest Modifier and Type Method Description SdkHttpFullRequest
GetCloudFrontOriginAccessIdentityRequestMarshaller. marshall(GetCloudFrontOriginAccessIdentityRequest getCloudFrontOriginAccessIdentityRequest)
-