Uses of Class
software.amazon.awssdk.services.cloudfront.model.UpdateCloudFrontOriginAccessIdentityResponse
-
Packages that use UpdateCloudFrontOriginAccessIdentityResponse Package Description software.amazon.awssdk.services.cloudfront Amazon CloudFront -
-
Uses of UpdateCloudFrontOriginAccessIdentityResponse in software.amazon.awssdk.services.cloudfront
Methods in software.amazon.awssdk.services.cloudfront that return UpdateCloudFrontOriginAccessIdentityResponse Modifier and Type Method Description default UpdateCloudFrontOriginAccessIdentityResponseCloudFrontClient. updateCloudFrontOriginAccessIdentity(Consumer<UpdateCloudFrontOriginAccessIdentityRequest.Builder> updateCloudFrontOriginAccessIdentityRequest)Update an origin access identity.default UpdateCloudFrontOriginAccessIdentityResponseCloudFrontClient. updateCloudFrontOriginAccessIdentity(UpdateCloudFrontOriginAccessIdentityRequest updateCloudFrontOriginAccessIdentityRequest)Update an origin access identity.Methods in software.amazon.awssdk.services.cloudfront that return types with arguments of type UpdateCloudFrontOriginAccessIdentityResponse Modifier and Type Method Description default CompletableFuture<UpdateCloudFrontOriginAccessIdentityResponse>CloudFrontAsyncClient. updateCloudFrontOriginAccessIdentity(Consumer<UpdateCloudFrontOriginAccessIdentityRequest.Builder> updateCloudFrontOriginAccessIdentityRequest)Update an origin access identity.default CompletableFuture<UpdateCloudFrontOriginAccessIdentityResponse>CloudFrontAsyncClient. updateCloudFrontOriginAccessIdentity(UpdateCloudFrontOriginAccessIdentityRequest updateCloudFrontOriginAccessIdentityRequest)Update an origin access identity.
-