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