Uses of Class
com.oracle.bmc.databasemanagement.responses.ResetDatabaseParametersResponse
-
Packages that use ResetDatabaseParametersResponse Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.responses -
-
Uses of ResetDatabaseParametersResponse in com.oracle.bmc.databasemanagement
Methods in com.oracle.bmc.databasemanagement that return ResetDatabaseParametersResponse Modifier and Type Method Description ResetDatabaseParametersResponse
DbManagement. resetDatabaseParameters(ResetDatabaseParametersRequest request)
Resets database parameter values to their default or startup values.ResetDatabaseParametersResponse
DbManagementClient. resetDatabaseParameters(ResetDatabaseParametersRequest request)
Methods in com.oracle.bmc.databasemanagement that return types with arguments of type ResetDatabaseParametersResponse Modifier and Type Method Description Future<ResetDatabaseParametersResponse>
DbManagementAsync. resetDatabaseParameters(ResetDatabaseParametersRequest request, AsyncHandler<ResetDatabaseParametersRequest,ResetDatabaseParametersResponse> handler)
Resets database parameter values to their default or startup values.Future<ResetDatabaseParametersResponse>
DbManagementAsyncClient. resetDatabaseParameters(ResetDatabaseParametersRequest request, AsyncHandler<ResetDatabaseParametersRequest,ResetDatabaseParametersResponse> handler)
Method parameters in com.oracle.bmc.databasemanagement with type arguments of type ResetDatabaseParametersResponse Modifier and Type Method Description Future<ResetDatabaseParametersResponse>
DbManagementAsync. resetDatabaseParameters(ResetDatabaseParametersRequest request, AsyncHandler<ResetDatabaseParametersRequest,ResetDatabaseParametersResponse> handler)
Resets database parameter values to their default or startup values.Future<ResetDatabaseParametersResponse>
DbManagementAsyncClient. resetDatabaseParameters(ResetDatabaseParametersRequest request, AsyncHandler<ResetDatabaseParametersRequest,ResetDatabaseParametersResponse> handler)
-
Uses of ResetDatabaseParametersResponse in com.oracle.bmc.databasemanagement.responses
Methods in com.oracle.bmc.databasemanagement.responses that return ResetDatabaseParametersResponse Modifier and Type Method Description ResetDatabaseParametersResponse
ResetDatabaseParametersResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.databasemanagement.responses with parameters of type ResetDatabaseParametersResponse Modifier and Type Method Description ResetDatabaseParametersResponse.Builder
ResetDatabaseParametersResponse.Builder. copy(ResetDatabaseParametersResponse o)
Copy method to populate the builder with values from the given instance.
-