Uses of Interface
software.amazon.awssdk.services.s3.model.ListBucketInventoryConfigurationsResponse.Builder
Packages that use ListBucketInventoryConfigurationsResponse.Builder
-
Uses of ListBucketInventoryConfigurationsResponse.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return ListBucketInventoryConfigurationsResponse.BuilderModifier and TypeMethodDescriptionListBucketInventoryConfigurationsResponse.builder()ListBucketInventoryConfigurationsResponse.Builder.continuationToken(String continuationToken) If sent in the request, the marker that is used as a starting point for this inventory configuration list response.ListBucketInventoryConfigurationsResponse.Builder.inventoryConfigurationList(Collection<InventoryConfiguration> inventoryConfigurationList) The list of inventory configurations for a bucket.ListBucketInventoryConfigurationsResponse.Builder.inventoryConfigurationList(Consumer<InventoryConfiguration.Builder>... inventoryConfigurationList) The list of inventory configurations for a bucket.ListBucketInventoryConfigurationsResponse.Builder.inventoryConfigurationList(InventoryConfiguration... inventoryConfigurationList) The list of inventory configurations for a bucket.ListBucketInventoryConfigurationsResponse.Builder.isTruncated(Boolean isTruncated) Tells whether the returned list of inventory configurations is complete.ListBucketInventoryConfigurationsResponse.Builder.nextContinuationToken(String nextContinuationToken) The marker used to continue this inventory configuration listing.ListBucketInventoryConfigurationsResponse.toBuilder()Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type ListBucketInventoryConfigurationsResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListBucketInventoryConfigurationsResponse.Builder>ListBucketInventoryConfigurationsResponse.serializableBuilderClass()