Uses of Interface
software.amazon.awssdk.services.s3.model.ListBucketInventoryConfigurationsRequest.Builder
Packages that use ListBucketInventoryConfigurationsRequest.Builder
-
Uses of ListBucketInventoryConfigurationsRequest.Builder in software.amazon.awssdk.services.s3
Method parameters in software.amazon.awssdk.services.s3 with type arguments of type ListBucketInventoryConfigurationsRequest.BuilderModifier and TypeMethodDescriptionS3AsyncClient.listBucketInventoryConfigurations(Consumer<ListBucketInventoryConfigurationsRequest.Builder> listBucketInventoryConfigurationsRequest) Returns a list of S3 Inventory configurations for the bucket.S3Client.listBucketInventoryConfigurations(Consumer<ListBucketInventoryConfigurationsRequest.Builder> listBucketInventoryConfigurationsRequest) Returns a list of S3 Inventory configurations for the bucket. -
Uses of ListBucketInventoryConfigurationsRequest.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return ListBucketInventoryConfigurationsRequest.BuilderModifier and TypeMethodDescriptionThe name of the bucket containing the inventory configurations to retrieve.ListBucketInventoryConfigurationsRequest.builder()ListBucketInventoryConfigurationsRequest.Builder.continuationToken(String continuationToken) The marker used to continue an inventory configuration listing that has been truncated.ListBucketInventoryConfigurationsRequest.Builder.expectedBucketOwner(String expectedBucketOwner) The account ID of the expected bucket owner.ListBucketInventoryConfigurationsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ListBucketInventoryConfigurationsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) ListBucketInventoryConfigurationsRequest.toBuilder()Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type ListBucketInventoryConfigurationsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListBucketInventoryConfigurationsRequest.Builder>ListBucketInventoryConfigurationsRequest.serializableBuilderClass()