Uses of Interface
software.amazon.awssdk.services.s3.model.GetBucketInventoryConfigurationRequest.Builder
Packages that use GetBucketInventoryConfigurationRequest.Builder
-
Uses of GetBucketInventoryConfigurationRequest.Builder in software.amazon.awssdk.services.s3
Method parameters in software.amazon.awssdk.services.s3 with type arguments of type GetBucketInventoryConfigurationRequest.BuilderModifier and TypeMethodDescriptionS3AsyncClient.getBucketInventoryConfiguration(Consumer<GetBucketInventoryConfigurationRequest.Builder> 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. -
Uses of GetBucketInventoryConfigurationRequest.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return GetBucketInventoryConfigurationRequest.BuilderModifier and TypeMethodDescriptionThe name of the bucket containing the inventory configuration to retrieve.GetBucketInventoryConfigurationRequest.builder()GetBucketInventoryConfigurationRequest.Builder.expectedBucketOwner(String expectedBucketOwner) The account ID of the expected bucket owner.The ID used to identify the inventory configuration.GetBucketInventoryConfigurationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) GetBucketInventoryConfigurationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) GetBucketInventoryConfigurationRequest.toBuilder()Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type GetBucketInventoryConfigurationRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetBucketInventoryConfigurationRequest.Builder>GetBucketInventoryConfigurationRequest.serializableBuilderClass()