Uses of Interface
software.amazon.awssdk.services.rds.model.ResetDbParameterGroupResponse.Builder
-
Packages that use ResetDbParameterGroupResponse.Builder Package Description software.amazon.awssdk.services.rds.model -
-
Uses of ResetDbParameterGroupResponse.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return ResetDbParameterGroupResponse.Builder Modifier and Type Method Description static ResetDbParameterGroupResponse.BuilderResetDbParameterGroupResponse. builder()ResetDbParameterGroupResponse.BuilderResetDbParameterGroupResponse.Builder. dbParameterGroupName(String dbParameterGroupName)The name of the DB parameter group.ResetDbParameterGroupResponse.BuilderResetDbParameterGroupResponse. toBuilder()Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type ResetDbParameterGroupResponse.Builder Modifier and Type Method Description static Class<? extends ResetDbParameterGroupResponse.Builder>ResetDbParameterGroupResponse. serializableBuilderClass()
-