Uses of Class
software.amazon.awssdk.services.cloudfront.model.CreateInvalidationResponse
-
Packages that use CreateInvalidationResponse Package Description software.amazon.awssdk.services.cloudfront Amazon CloudFront -
-
Uses of CreateInvalidationResponse in software.amazon.awssdk.services.cloudfront
Methods in software.amazon.awssdk.services.cloudfront that return CreateInvalidationResponse Modifier and Type Method Description default CreateInvalidationResponseCloudFrontClient. createInvalidation(Consumer<CreateInvalidationRequest.Builder> createInvalidationRequest)Create a new invalidation.default CreateInvalidationResponseCloudFrontClient. createInvalidation(CreateInvalidationRequest createInvalidationRequest)Create a new invalidation.Methods in software.amazon.awssdk.services.cloudfront that return types with arguments of type CreateInvalidationResponse Modifier and Type Method Description default CompletableFuture<CreateInvalidationResponse>CloudFrontAsyncClient. createInvalidation(Consumer<CreateInvalidationRequest.Builder> createInvalidationRequest)Create a new invalidation.default CompletableFuture<CreateInvalidationResponse>CloudFrontAsyncClient. createInvalidation(CreateInvalidationRequest createInvalidationRequest)Create a new invalidation.
-