Uses of Class
software.amazon.awssdk.services.s3.model.GetBucketInventoryConfigurationResponse
-
Packages that use GetBucketInventoryConfigurationResponse Package Description software.amazon.awssdk.services.s3 -
-
Uses of GetBucketInventoryConfigurationResponse in software.amazon.awssdk.services.s3
Methods in software.amazon.awssdk.services.s3 that return GetBucketInventoryConfigurationResponse Modifier and Type Method Description GetBucketInventoryConfigurationResponseDelegatingS3Client. getBucketInventoryConfiguration(GetBucketInventoryConfigurationRequest getBucketInventoryConfigurationRequest)Returns an inventory configuration (identified by the inventory configuration ID) from the bucket.default GetBucketInventoryConfigurationResponseS3Client. getBucketInventoryConfiguration(Consumer<GetBucketInventoryConfigurationRequest.Builder> getBucketInventoryConfigurationRequest)Returns an inventory configuration (identified by the inventory configuration ID) from the bucket.default GetBucketInventoryConfigurationResponseS3Client. getBucketInventoryConfiguration(GetBucketInventoryConfigurationRequest getBucketInventoryConfigurationRequest)Returns an 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 GetBucketInventoryConfigurationResponse Modifier and Type Method Description CompletableFuture<GetBucketInventoryConfigurationResponse>DelegatingS3AsyncClient. getBucketInventoryConfiguration(GetBucketInventoryConfigurationRequest getBucketInventoryConfigurationRequest)Returns an inventory configuration (identified by the inventory configuration ID) from the bucket.default CompletableFuture<GetBucketInventoryConfigurationResponse>S3AsyncClient. getBucketInventoryConfiguration(Consumer<GetBucketInventoryConfigurationRequest.Builder> getBucketInventoryConfigurationRequest)Returns an inventory configuration (identified by the inventory configuration ID) from the bucket.default CompletableFuture<GetBucketInventoryConfigurationResponse>S3AsyncClient. getBucketInventoryConfiguration(GetBucketInventoryConfigurationRequest getBucketInventoryConfigurationRequest)Returns an inventory configuration (identified by the inventory configuration ID) from the bucket.
-