Uses of Interface
software.amazon.awssdk.services.s3tables.model.GetTableMaintenanceConfigurationResponse.Builder
-
Packages that use GetTableMaintenanceConfigurationResponse.Builder Package Description software.amazon.awssdk.services.s3tables.model -
-
Uses of GetTableMaintenanceConfigurationResponse.Builder in software.amazon.awssdk.services.s3tables.model
Methods in software.amazon.awssdk.services.s3tables.model that return GetTableMaintenanceConfigurationResponse.Builder Modifier and Type Method Description static GetTableMaintenanceConfigurationResponse.BuilderGetTableMaintenanceConfigurationResponse. builder()GetTableMaintenanceConfigurationResponse.BuilderGetTableMaintenanceConfigurationResponse.Builder. configuration(Map<TableMaintenanceType,TableMaintenanceConfigurationValue> configuration)Details about the maintenance configuration for the table bucket.GetTableMaintenanceConfigurationResponse.BuilderGetTableMaintenanceConfigurationResponse.Builder. configurationWithStrings(Map<String,TableMaintenanceConfigurationValue> configuration)Details about the maintenance configuration for the table bucket.GetTableMaintenanceConfigurationResponse.BuilderGetTableMaintenanceConfigurationResponse.Builder. tableARN(String tableARN)The Amazon Resource Name (ARN) of the table.GetTableMaintenanceConfigurationResponse.BuilderGetTableMaintenanceConfigurationResponse. toBuilder()Methods in software.amazon.awssdk.services.s3tables.model that return types with arguments of type GetTableMaintenanceConfigurationResponse.Builder Modifier and Type Method Description static Class<? extends GetTableMaintenanceConfigurationResponse.Builder>GetTableMaintenanceConfigurationResponse. serializableBuilderClass()
-