Uses of Class
com.oracle.bmc.databasemanagement.requests.AddmTasksRequest
-
Packages that use AddmTasksRequest Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.requests -
-
Uses of AddmTasksRequest in com.oracle.bmc.databasemanagement
Methods in com.oracle.bmc.databasemanagement with parameters of type AddmTasksRequest Modifier and Type Method Description AddmTasksResponse
DbManagement. addmTasks(AddmTasksRequest request)
Lists the metadata for each ADDM task who’s end snapshot time falls within the provided start and end time.Future<AddmTasksResponse>
DbManagementAsync. addmTasks(AddmTasksRequest request, AsyncHandler<AddmTasksRequest,AddmTasksResponse> handler)
Lists the metadata for each ADDM task who’s end snapshot time falls within the provided start and end time.Future<AddmTasksResponse>
DbManagementAsyncClient. addmTasks(AddmTasksRequest request, AsyncHandler<AddmTasksRequest,AddmTasksResponse> handler)
AddmTasksResponse
DbManagementClient. addmTasks(AddmTasksRequest request)
Method parameters in com.oracle.bmc.databasemanagement with type arguments of type AddmTasksRequest Modifier and Type Method Description Future<AddmTasksResponse>
DbManagementAsync. addmTasks(AddmTasksRequest request, AsyncHandler<AddmTasksRequest,AddmTasksResponse> handler)
Lists the metadata for each ADDM task who’s end snapshot time falls within the provided start and end time.Future<AddmTasksResponse>
DbManagementAsyncClient. addmTasks(AddmTasksRequest request, AsyncHandler<AddmTasksRequest,AddmTasksResponse> handler)
-
Uses of AddmTasksRequest in com.oracle.bmc.databasemanagement.requests
Methods in com.oracle.bmc.databasemanagement.requests that return AddmTasksRequest Modifier and Type Method Description AddmTasksRequest
AddmTasksRequest.Builder. build()
Build the instance of AddmTasksRequest as configured by this builderAddmTasksRequest
AddmTasksRequest.Builder. buildWithoutInvocationCallback()
Build the instance of AddmTasksRequest as configured by this builderMethods in com.oracle.bmc.databasemanagement.requests with parameters of type AddmTasksRequest Modifier and Type Method Description AddmTasksRequest.Builder
AddmTasksRequest.Builder. copy(AddmTasksRequest o)
Copy method to populate the builder with values from the given instance.
-