Uses of Class
software.amazon.awssdk.services.s3.model.PutBucketInventoryConfigurationResponse
-
Packages that use PutBucketInventoryConfigurationResponse Package Description software.amazon.awssdk.services.s3 -
-
Uses of PutBucketInventoryConfigurationResponse in software.amazon.awssdk.services.s3
Methods in software.amazon.awssdk.services.s3 that return PutBucketInventoryConfigurationResponse Modifier and Type Method Description PutBucketInventoryConfigurationResponseDelegatingS3Client. putBucketInventoryConfiguration(PutBucketInventoryConfigurationRequest putBucketInventoryConfigurationRequest)This implementation of thePUTaction adds an inventory configuration (identified by the inventory ID) to the bucket.default PutBucketInventoryConfigurationResponseS3Client. putBucketInventoryConfiguration(Consumer<PutBucketInventoryConfigurationRequest.Builder> putBucketInventoryConfigurationRequest)This implementation of thePUTaction adds an inventory configuration (identified by the inventory ID) to the bucket.default PutBucketInventoryConfigurationResponseS3Client. putBucketInventoryConfiguration(PutBucketInventoryConfigurationRequest putBucketInventoryConfigurationRequest)This implementation of thePUTaction adds an inventory configuration (identified by the inventory ID) to the bucket.Methods in software.amazon.awssdk.services.s3 that return types with arguments of type PutBucketInventoryConfigurationResponse Modifier and Type Method Description CompletableFuture<PutBucketInventoryConfigurationResponse>DelegatingS3AsyncClient. putBucketInventoryConfiguration(PutBucketInventoryConfigurationRequest putBucketInventoryConfigurationRequest)This implementation of thePUTaction adds an inventory configuration (identified by the inventory ID) to the bucket.default CompletableFuture<PutBucketInventoryConfigurationResponse>S3AsyncClient. putBucketInventoryConfiguration(Consumer<PutBucketInventoryConfigurationRequest.Builder> putBucketInventoryConfigurationRequest)This implementation of thePUTaction adds an inventory configuration (identified by the inventory ID) to the bucket.default CompletableFuture<PutBucketInventoryConfigurationResponse>S3AsyncClient. putBucketInventoryConfiguration(PutBucketInventoryConfigurationRequest putBucketInventoryConfigurationRequest)This implementation of thePUTaction adds an inventory configuration (identified by the inventory ID) to the bucket.
-