Uses of Class
software.amazon.awssdk.services.s3.model.DeleteBucketInventoryConfigurationRequest
-
Packages that use DeleteBucketInventoryConfigurationRequest Package Description software.amazon.awssdk.services.s3 software.amazon.awssdk.services.s3.transform -
-
Uses of DeleteBucketInventoryConfigurationRequest in software.amazon.awssdk.services.s3
Methods in software.amazon.awssdk.services.s3 with parameters of type DeleteBucketInventoryConfigurationRequest Modifier and Type Method Description CompletableFuture<DeleteBucketInventoryConfigurationResponse>DelegatingS3AsyncClient. deleteBucketInventoryConfiguration(DeleteBucketInventoryConfigurationRequest deleteBucketInventoryConfigurationRequest)Deletes an inventory configuration (identified by the inventory ID) from the bucket.DeleteBucketInventoryConfigurationResponseDelegatingS3Client. deleteBucketInventoryConfiguration(DeleteBucketInventoryConfigurationRequest 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.default DeleteBucketInventoryConfigurationResponseS3Client. deleteBucketInventoryConfiguration(DeleteBucketInventoryConfigurationRequest deleteBucketInventoryConfigurationRequest)Deletes an inventory configuration (identified by the inventory ID) from the bucket. -
Uses of DeleteBucketInventoryConfigurationRequest in software.amazon.awssdk.services.s3.transform
Methods in software.amazon.awssdk.services.s3.transform with parameters of type DeleteBucketInventoryConfigurationRequest Modifier and Type Method Description SdkHttpFullRequestDeleteBucketInventoryConfigurationRequestMarshaller. marshall(DeleteBucketInventoryConfigurationRequest deleteBucketInventoryConfigurationRequest)
-