Uses of Class
software.amazon.awssdk.services.s3.model.PutBucketInventoryConfigurationResponse
Packages that use PutBucketInventoryConfigurationResponse
-
Uses of PutBucketInventoryConfigurationResponse in software.amazon.awssdk.services.s3
Methods in software.amazon.awssdk.services.s3 that return PutBucketInventoryConfigurationResponseModifier and TypeMethodDescriptionDelegatingS3Client.putBucketInventoryConfiguration(PutBucketInventoryConfigurationRequest putBucketInventoryConfigurationRequest) This implementation of thePUTaction adds an S3 Inventory configuration (identified by the inventory ID) to the bucket.S3Client.putBucketInventoryConfiguration(Consumer<PutBucketInventoryConfigurationRequest.Builder> putBucketInventoryConfigurationRequest) This implementation of thePUTaction adds an S3 Inventory configuration (identified by the inventory ID) to the bucket.S3Client.putBucketInventoryConfiguration(PutBucketInventoryConfigurationRequest putBucketInventoryConfigurationRequest) This implementation of thePUTaction adds an S3 Inventory configuration (identified by the inventory ID) to the bucket.Methods in software.amazon.awssdk.services.s3 that return types with arguments of type PutBucketInventoryConfigurationResponseModifier and TypeMethodDescriptionDelegatingS3AsyncClient.putBucketInventoryConfiguration(PutBucketInventoryConfigurationRequest putBucketInventoryConfigurationRequest) This implementation of thePUTaction adds an S3 Inventory configuration (identified by the inventory ID) to the bucket.S3AsyncClient.putBucketInventoryConfiguration(Consumer<PutBucketInventoryConfigurationRequest.Builder> putBucketInventoryConfigurationRequest) This implementation of thePUTaction adds an S3 Inventory configuration (identified by the inventory ID) to the bucket.S3AsyncClient.putBucketInventoryConfiguration(PutBucketInventoryConfigurationRequest putBucketInventoryConfigurationRequest) This implementation of thePUTaction adds an S3 Inventory configuration (identified by the inventory ID) to the bucket.