Uses of Class
software.amazon.awssdk.services.s3.model.GetBucketInventoryConfigurationResponse
Packages that use GetBucketInventoryConfigurationResponse
-
Uses of GetBucketInventoryConfigurationResponse in software.amazon.awssdk.services.s3
Methods in software.amazon.awssdk.services.s3 that return GetBucketInventoryConfigurationResponseModifier and TypeMethodDescriptionDelegatingS3Client.getBucketInventoryConfiguration(GetBucketInventoryConfigurationRequest getBucketInventoryConfigurationRequest) Returns an S3 Inventory configuration (identified by the inventory configuration ID) from the bucket.S3Client.getBucketInventoryConfiguration(Consumer<GetBucketInventoryConfigurationRequest.Builder> getBucketInventoryConfigurationRequest) Returns an S3 Inventory configuration (identified by the inventory configuration ID) from the bucket.S3Client.getBucketInventoryConfiguration(GetBucketInventoryConfigurationRequest getBucketInventoryConfigurationRequest) Returns an S3 Inventory configuration (identified by the inventory configuration ID) from the bucket.Methods in software.amazon.awssdk.services.s3 that return types with arguments of type GetBucketInventoryConfigurationResponseModifier and TypeMethodDescriptionDelegatingS3AsyncClient.getBucketInventoryConfiguration(GetBucketInventoryConfigurationRequest getBucketInventoryConfigurationRequest) Returns an S3 Inventory configuration (identified by the inventory configuration ID) from the bucket.S3AsyncClient.getBucketInventoryConfiguration(Consumer<GetBucketInventoryConfigurationRequest.Builder> getBucketInventoryConfigurationRequest) Returns an S3 Inventory configuration (identified by the inventory configuration ID) from the bucket.S3AsyncClient.getBucketInventoryConfiguration(GetBucketInventoryConfigurationRequest getBucketInventoryConfigurationRequest) Returns an S3 Inventory configuration (identified by the inventory configuration ID) from the bucket.