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