Uses of Class
software.amazon.awssdk.services.cloudfront.model.DeleteCloudFrontOriginAccessIdentityRequest
-
Packages that use DeleteCloudFrontOriginAccessIdentityRequest Package Description software.amazon.awssdk.services.cloudfront Amazon CloudFront software.amazon.awssdk.services.cloudfront.transform -
-
Uses of DeleteCloudFrontOriginAccessIdentityRequest in software.amazon.awssdk.services.cloudfront
Methods in software.amazon.awssdk.services.cloudfront with parameters of type DeleteCloudFrontOriginAccessIdentityRequest Modifier and Type Method Description default CompletableFuture<DeleteCloudFrontOriginAccessIdentityResponse>CloudFrontAsyncClient. deleteCloudFrontOriginAccessIdentity(DeleteCloudFrontOriginAccessIdentityRequest deleteCloudFrontOriginAccessIdentityRequest)Delete an origin access identity.default DeleteCloudFrontOriginAccessIdentityResponseCloudFrontClient. deleteCloudFrontOriginAccessIdentity(DeleteCloudFrontOriginAccessIdentityRequest deleteCloudFrontOriginAccessIdentityRequest)Delete an origin access identity. -
Uses of DeleteCloudFrontOriginAccessIdentityRequest in software.amazon.awssdk.services.cloudfront.transform
Methods in software.amazon.awssdk.services.cloudfront.transform with parameters of type DeleteCloudFrontOriginAccessIdentityRequest Modifier and Type Method Description SdkHttpFullRequestDeleteCloudFrontOriginAccessIdentityRequestMarshaller. marshall(DeleteCloudFrontOriginAccessIdentityRequest deleteCloudFrontOriginAccessIdentityRequest)
-