Uses of Class
software.amazon.awssdk.services.cloudfront.model.ListInvalidationsResponse
-
Packages that use ListInvalidationsResponse Package Description software.amazon.awssdk.services.cloudfront Amazon CloudFront software.amazon.awssdk.services.cloudfront.paginators -
-
Uses of ListInvalidationsResponse in software.amazon.awssdk.services.cloudfront
Methods in software.amazon.awssdk.services.cloudfront that return ListInvalidationsResponse Modifier and Type Method Description default ListInvalidationsResponseCloudFrontClient. listInvalidations(Consumer<ListInvalidationsRequest.Builder> listInvalidationsRequest)Lists invalidation batches.default ListInvalidationsResponseCloudFrontClient. listInvalidations(ListInvalidationsRequest listInvalidationsRequest)Lists invalidation batches.Methods in software.amazon.awssdk.services.cloudfront that return types with arguments of type ListInvalidationsResponse Modifier and Type Method Description default CompletableFuture<ListInvalidationsResponse>CloudFrontAsyncClient. listInvalidations(Consumer<ListInvalidationsRequest.Builder> listInvalidationsRequest)Lists invalidation batches.default CompletableFuture<ListInvalidationsResponse>CloudFrontAsyncClient. listInvalidations(ListInvalidationsRequest listInvalidationsRequest)Lists invalidation batches. -
Uses of ListInvalidationsResponse in software.amazon.awssdk.services.cloudfront.paginators
Methods in software.amazon.awssdk.services.cloudfront.paginators that return types with arguments of type ListInvalidationsResponse Modifier and Type Method Description Iterator<ListInvalidationsResponse>ListInvalidationsIterable. iterator()Method parameters in software.amazon.awssdk.services.cloudfront.paginators with type arguments of type ListInvalidationsResponse Modifier and Type Method Description voidListInvalidationsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListInvalidationsResponse> subscriber)
-