Uses of Class
com.oracle.bmc.databasemanagement.responses.ConfigureAutomaticCaptureFiltersResponse
-
Packages that use ConfigureAutomaticCaptureFiltersResponse Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.responses -
-
Uses of ConfigureAutomaticCaptureFiltersResponse in com.oracle.bmc.databasemanagement
Methods in com.oracle.bmc.databasemanagement that return ConfigureAutomaticCaptureFiltersResponse Modifier and Type Method Description ConfigureAutomaticCaptureFiltersResponse
DbManagement. configureAutomaticCaptureFilters(ConfigureAutomaticCaptureFiltersRequest request)
Configures automatic capture filters to capture only those statements that match the filter criteria.ConfigureAutomaticCaptureFiltersResponse
DbManagementClient. configureAutomaticCaptureFilters(ConfigureAutomaticCaptureFiltersRequest request)
Methods in com.oracle.bmc.databasemanagement that return types with arguments of type ConfigureAutomaticCaptureFiltersResponse Modifier and Type Method Description Future<ConfigureAutomaticCaptureFiltersResponse>
DbManagementAsync. configureAutomaticCaptureFilters(ConfigureAutomaticCaptureFiltersRequest request, AsyncHandler<ConfigureAutomaticCaptureFiltersRequest,ConfigureAutomaticCaptureFiltersResponse> handler)
Configures automatic capture filters to capture only those statements that match the filter criteria.Future<ConfigureAutomaticCaptureFiltersResponse>
DbManagementAsyncClient. configureAutomaticCaptureFilters(ConfigureAutomaticCaptureFiltersRequest request, AsyncHandler<ConfigureAutomaticCaptureFiltersRequest,ConfigureAutomaticCaptureFiltersResponse> handler)
Method parameters in com.oracle.bmc.databasemanagement with type arguments of type ConfigureAutomaticCaptureFiltersResponse Modifier and Type Method Description Future<ConfigureAutomaticCaptureFiltersResponse>
DbManagementAsync. configureAutomaticCaptureFilters(ConfigureAutomaticCaptureFiltersRequest request, AsyncHandler<ConfigureAutomaticCaptureFiltersRequest,ConfigureAutomaticCaptureFiltersResponse> handler)
Configures automatic capture filters to capture only those statements that match the filter criteria.Future<ConfigureAutomaticCaptureFiltersResponse>
DbManagementAsyncClient. configureAutomaticCaptureFilters(ConfigureAutomaticCaptureFiltersRequest request, AsyncHandler<ConfigureAutomaticCaptureFiltersRequest,ConfigureAutomaticCaptureFiltersResponse> handler)
-
Uses of ConfigureAutomaticCaptureFiltersResponse in com.oracle.bmc.databasemanagement.responses
Methods in com.oracle.bmc.databasemanagement.responses that return ConfigureAutomaticCaptureFiltersResponse Modifier and Type Method Description ConfigureAutomaticCaptureFiltersResponse
ConfigureAutomaticCaptureFiltersResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.databasemanagement.responses with parameters of type ConfigureAutomaticCaptureFiltersResponse Modifier and Type Method Description ConfigureAutomaticCaptureFiltersResponse.Builder
ConfigureAutomaticCaptureFiltersResponse.Builder. copy(ConfigureAutomaticCaptureFiltersResponse o)
Copy method to populate the builder with values from the given instance.
-