Uses of Class
software.amazon.awssdk.services.s3.model.DeleteBucketInventoryConfigurationResponse
Packages that use DeleteBucketInventoryConfigurationResponse
-
Uses of DeleteBucketInventoryConfigurationResponse in software.amazon.awssdk.services.s3
Methods in software.amazon.awssdk.services.s3 that return DeleteBucketInventoryConfigurationResponseModifier and TypeMethodDescriptionDelegatingS3Client.deleteBucketInventoryConfiguration(DeleteBucketInventoryConfigurationRequest deleteBucketInventoryConfigurationRequest) Deletes an S3 Inventory configuration (identified by the inventory ID) from the bucket.S3Client.deleteBucketInventoryConfiguration(Consumer<DeleteBucketInventoryConfigurationRequest.Builder> deleteBucketInventoryConfigurationRequest) Deletes an S3 Inventory configuration (identified by the inventory ID) from the bucket.S3Client.deleteBucketInventoryConfiguration(DeleteBucketInventoryConfigurationRequest deleteBucketInventoryConfigurationRequest) Deletes an S3 Inventory configuration (identified by the inventory ID) from the bucket.Methods in software.amazon.awssdk.services.s3 that return types with arguments of type DeleteBucketInventoryConfigurationResponseModifier and TypeMethodDescriptionDelegatingS3AsyncClient.deleteBucketInventoryConfiguration(DeleteBucketInventoryConfigurationRequest deleteBucketInventoryConfigurationRequest) Deletes an S3 Inventory configuration (identified by the inventory ID) from the bucket.S3AsyncClient.deleteBucketInventoryConfiguration(Consumer<DeleteBucketInventoryConfigurationRequest.Builder> deleteBucketInventoryConfigurationRequest) Deletes an S3 Inventory configuration (identified by the inventory ID) from the bucket.S3AsyncClient.deleteBucketInventoryConfiguration(DeleteBucketInventoryConfigurationRequest deleteBucketInventoryConfigurationRequest) Deletes an S3 Inventory configuration (identified by the inventory ID) from the bucket.