Uses of Interface
software.amazon.awssdk.services.s3.model.GetBucketInventoryConfigurationResponse.Builder
-
Packages that use GetBucketInventoryConfigurationResponse.Builder Package Description software.amazon.awssdk.services.s3.model -
-
Uses of GetBucketInventoryConfigurationResponse.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return GetBucketInventoryConfigurationResponse.Builder Modifier and Type Method Description static GetBucketInventoryConfigurationResponse.BuilderGetBucketInventoryConfigurationResponse. builder()default GetBucketInventoryConfigurationResponse.BuilderGetBucketInventoryConfigurationResponse.Builder. inventoryConfiguration(Consumer<InventoryConfiguration.Builder> inventoryConfiguration)Specifies the inventory configuration.GetBucketInventoryConfigurationResponse.BuilderGetBucketInventoryConfigurationResponse.Builder. inventoryConfiguration(InventoryConfiguration inventoryConfiguration)Specifies the inventory configuration.GetBucketInventoryConfigurationResponse.BuilderGetBucketInventoryConfigurationResponse. toBuilder()Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type GetBucketInventoryConfigurationResponse.Builder Modifier and Type Method Description static Class<? extends GetBucketInventoryConfigurationResponse.Builder>GetBucketInventoryConfigurationResponse. serializableBuilderClass()
-