Uses of Class
software.amazon.awssdk.services.cloudfront.model.DeleteCloudFrontOriginAccessIdentityResponse
Packages that use DeleteCloudFrontOriginAccessIdentityResponse
-
Uses of DeleteCloudFrontOriginAccessIdentityResponse in software.amazon.awssdk.services.cloudfront
Methods in software.amazon.awssdk.services.cloudfront that return DeleteCloudFrontOriginAccessIdentityResponseModifier and TypeMethodDescriptionCloudFrontClient.deleteCloudFrontOriginAccessIdentity(Consumer<DeleteCloudFrontOriginAccessIdentityRequest.Builder> deleteCloudFrontOriginAccessIdentityRequest) Delete an origin access identity.CloudFrontClient.deleteCloudFrontOriginAccessIdentity(DeleteCloudFrontOriginAccessIdentityRequest deleteCloudFrontOriginAccessIdentityRequest) Delete an origin access identity.Methods in software.amazon.awssdk.services.cloudfront that return types with arguments of type DeleteCloudFrontOriginAccessIdentityResponseModifier and TypeMethodDescriptionCloudFrontAsyncClient.deleteCloudFrontOriginAccessIdentity(Consumer<DeleteCloudFrontOriginAccessIdentityRequest.Builder> deleteCloudFrontOriginAccessIdentityRequest) Delete an origin access identity.CloudFrontAsyncClient.deleteCloudFrontOriginAccessIdentity(DeleteCloudFrontOriginAccessIdentityRequest deleteCloudFrontOriginAccessIdentityRequest) Delete an origin access identity.