Uses of Class
software.amazon.awssdk.services.cloudfront.model.DeleteDistributionTenantRequest
-
Packages that use DeleteDistributionTenantRequest Package Description software.amazon.awssdk.services.cloudfront Amazon CloudFront software.amazon.awssdk.services.cloudfront.transform -
-
Uses of DeleteDistributionTenantRequest in software.amazon.awssdk.services.cloudfront
Methods in software.amazon.awssdk.services.cloudfront with parameters of type DeleteDistributionTenantRequest Modifier and Type Method Description default CompletableFuture<DeleteDistributionTenantResponse>CloudFrontAsyncClient. deleteDistributionTenant(DeleteDistributionTenantRequest deleteDistributionTenantRequest)Deletes a distribution tenant.default DeleteDistributionTenantResponseCloudFrontClient. deleteDistributionTenant(DeleteDistributionTenantRequest deleteDistributionTenantRequest)Deletes a distribution tenant. -
Uses of DeleteDistributionTenantRequest in software.amazon.awssdk.services.cloudfront.transform
Methods in software.amazon.awssdk.services.cloudfront.transform with parameters of type DeleteDistributionTenantRequest Modifier and Type Method Description SdkHttpFullRequestDeleteDistributionTenantRequestMarshaller. marshall(DeleteDistributionTenantRequest deleteDistributionTenantRequest)
-