Uses of Class
software.amazon.awssdk.services.cloudfront.model.ListInvalidationsForDistributionTenantResponse
-
Packages that use ListInvalidationsForDistributionTenantResponse Package Description software.amazon.awssdk.services.cloudfront Amazon CloudFront software.amazon.awssdk.services.cloudfront.paginators -
-
Uses of ListInvalidationsForDistributionTenantResponse in software.amazon.awssdk.services.cloudfront
Methods in software.amazon.awssdk.services.cloudfront that return ListInvalidationsForDistributionTenantResponse Modifier and Type Method Description default ListInvalidationsForDistributionTenantResponseCloudFrontClient. listInvalidationsForDistributionTenant(Consumer<ListInvalidationsForDistributionTenantRequest.Builder> listInvalidationsForDistributionTenantRequest)Lists the invalidations for a distribution tenant.default ListInvalidationsForDistributionTenantResponseCloudFrontClient. listInvalidationsForDistributionTenant(ListInvalidationsForDistributionTenantRequest listInvalidationsForDistributionTenantRequest)Lists the invalidations for a distribution tenant.Methods in software.amazon.awssdk.services.cloudfront that return types with arguments of type ListInvalidationsForDistributionTenantResponse Modifier and Type Method Description default CompletableFuture<ListInvalidationsForDistributionTenantResponse>CloudFrontAsyncClient. listInvalidationsForDistributionTenant(Consumer<ListInvalidationsForDistributionTenantRequest.Builder> listInvalidationsForDistributionTenantRequest)Lists the invalidations for a distribution tenant.default CompletableFuture<ListInvalidationsForDistributionTenantResponse>CloudFrontAsyncClient. listInvalidationsForDistributionTenant(ListInvalidationsForDistributionTenantRequest listInvalidationsForDistributionTenantRequest)Lists the invalidations for a distribution tenant. -
Uses of ListInvalidationsForDistributionTenantResponse in software.amazon.awssdk.services.cloudfront.paginators
Methods in software.amazon.awssdk.services.cloudfront.paginators that return types with arguments of type ListInvalidationsForDistributionTenantResponse Modifier and Type Method Description Iterator<ListInvalidationsForDistributionTenantResponse>ListInvalidationsForDistributionTenantIterable. iterator()Method parameters in software.amazon.awssdk.services.cloudfront.paginators with type arguments of type ListInvalidationsForDistributionTenantResponse Modifier and Type Method Description voidListInvalidationsForDistributionTenantPublisher. subscribe(org.reactivestreams.Subscriber<? super ListInvalidationsForDistributionTenantResponse> subscriber)
-