Uses of Class
software.amazon.awssdk.services.s3.model.DeleteBucketInventoryConfigurationResponse
-
Packages that use DeleteBucketInventoryConfigurationResponse Package Description software.amazon.awssdk.services.s3 -
-
Uses of DeleteBucketInventoryConfigurationResponse in software.amazon.awssdk.services.s3
Methods in software.amazon.awssdk.services.s3 that return DeleteBucketInventoryConfigurationResponse Modifier and Type Method Description DeleteBucketInventoryConfigurationResponseDelegatingS3Client. deleteBucketInventoryConfiguration(DeleteBucketInventoryConfigurationRequest deleteBucketInventoryConfigurationRequest)Deletes an inventory configuration (identified by the inventory ID) from the bucket.default DeleteBucketInventoryConfigurationResponseS3Client. deleteBucketInventoryConfiguration(Consumer<DeleteBucketInventoryConfigurationRequest.Builder> deleteBucketInventoryConfigurationRequest)Deletes an inventory configuration (identified by the inventory ID) from the bucket.default DeleteBucketInventoryConfigurationResponseS3Client. deleteBucketInventoryConfiguration(DeleteBucketInventoryConfigurationRequest deleteBucketInventoryConfigurationRequest)Deletes an inventory configuration (identified by the inventory ID) from the bucket.Methods in software.amazon.awssdk.services.s3 that return types with arguments of type DeleteBucketInventoryConfigurationResponse Modifier and Type Method Description CompletableFuture<DeleteBucketInventoryConfigurationResponse>DelegatingS3AsyncClient. deleteBucketInventoryConfiguration(DeleteBucketInventoryConfigurationRequest deleteBucketInventoryConfigurationRequest)Deletes an inventory configuration (identified by the inventory ID) from the bucket.default CompletableFuture<DeleteBucketInventoryConfigurationResponse>S3AsyncClient. deleteBucketInventoryConfiguration(Consumer<DeleteBucketInventoryConfigurationRequest.Builder> deleteBucketInventoryConfigurationRequest)Deletes an inventory configuration (identified by the inventory ID) from the bucket.default CompletableFuture<DeleteBucketInventoryConfigurationResponse>S3AsyncClient. deleteBucketInventoryConfiguration(DeleteBucketInventoryConfigurationRequest deleteBucketInventoryConfigurationRequest)Deletes an inventory configuration (identified by the inventory ID) from the bucket.
-