Uses of Class
com.oracle.bmc.databasemanagement.responses.GetSqlPlanBaselineConfigurationResponse
-
Packages that use GetSqlPlanBaselineConfigurationResponse Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.responses -
-
Uses of GetSqlPlanBaselineConfigurationResponse in com.oracle.bmc.databasemanagement
Methods in com.oracle.bmc.databasemanagement that return GetSqlPlanBaselineConfigurationResponse Modifier and Type Method Description GetSqlPlanBaselineConfigurationResponse
DbManagement. getSqlPlanBaselineConfiguration(GetSqlPlanBaselineConfigurationRequest request)
Gets the configuration details of SQL plan baselines for the specified Managed Database.GetSqlPlanBaselineConfigurationResponse
DbManagementClient. getSqlPlanBaselineConfiguration(GetSqlPlanBaselineConfigurationRequest request)
Methods in com.oracle.bmc.databasemanagement that return types with arguments of type GetSqlPlanBaselineConfigurationResponse Modifier and Type Method Description Future<GetSqlPlanBaselineConfigurationResponse>
DbManagementAsync. getSqlPlanBaselineConfiguration(GetSqlPlanBaselineConfigurationRequest request, AsyncHandler<GetSqlPlanBaselineConfigurationRequest,GetSqlPlanBaselineConfigurationResponse> handler)
Gets the configuration details of SQL plan baselines for the specified Managed Database.Future<GetSqlPlanBaselineConfigurationResponse>
DbManagementAsyncClient. getSqlPlanBaselineConfiguration(GetSqlPlanBaselineConfigurationRequest request, AsyncHandler<GetSqlPlanBaselineConfigurationRequest,GetSqlPlanBaselineConfigurationResponse> handler)
Method parameters in com.oracle.bmc.databasemanagement with type arguments of type GetSqlPlanBaselineConfigurationResponse Modifier and Type Method Description Future<GetSqlPlanBaselineConfigurationResponse>
DbManagementAsync. getSqlPlanBaselineConfiguration(GetSqlPlanBaselineConfigurationRequest request, AsyncHandler<GetSqlPlanBaselineConfigurationRequest,GetSqlPlanBaselineConfigurationResponse> handler)
Gets the configuration details of SQL plan baselines for the specified Managed Database.Future<GetSqlPlanBaselineConfigurationResponse>
DbManagementAsyncClient. getSqlPlanBaselineConfiguration(GetSqlPlanBaselineConfigurationRequest request, AsyncHandler<GetSqlPlanBaselineConfigurationRequest,GetSqlPlanBaselineConfigurationResponse> handler)
-
Uses of GetSqlPlanBaselineConfigurationResponse in com.oracle.bmc.databasemanagement.responses
Methods in com.oracle.bmc.databasemanagement.responses that return GetSqlPlanBaselineConfigurationResponse Modifier and Type Method Description GetSqlPlanBaselineConfigurationResponse
GetSqlPlanBaselineConfigurationResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.databasemanagement.responses with parameters of type GetSqlPlanBaselineConfigurationResponse Modifier and Type Method Description GetSqlPlanBaselineConfigurationResponse.Builder
GetSqlPlanBaselineConfigurationResponse.Builder. copy(GetSqlPlanBaselineConfigurationResponse o)
Copy method to populate the builder with values from the given instance.
-