Uses of Class
com.oracle.bmc.database.requests.ListSchedulingWindowsRequest
-
Packages that use ListSchedulingWindowsRequest Package Description com.oracle.bmc.database com.oracle.bmc.database.requests -
-
Uses of ListSchedulingWindowsRequest in com.oracle.bmc.database
Method parameters in com.oracle.bmc.database with type arguments of type ListSchedulingWindowsRequest Modifier and Type Method Description Future<ListSchedulingWindowsResponse>DatabaseAsync. listSchedulingWindows(ListSchedulingWindowsRequest request, AsyncHandler<ListSchedulingWindowsRequest,ListSchedulingWindowsResponse> handler)Lists the Scheduling Window resources in the specified compartment.Future<ListSchedulingWindowsResponse>DatabaseAsyncClient. listSchedulingWindows(ListSchedulingWindowsRequest request, AsyncHandler<ListSchedulingWindowsRequest,ListSchedulingWindowsResponse> handler) -
Uses of ListSchedulingWindowsRequest in com.oracle.bmc.database.requests
Methods in com.oracle.bmc.database.requests that return ListSchedulingWindowsRequest Modifier and Type Method Description ListSchedulingWindowsRequestListSchedulingWindowsRequest.Builder. build()Build the instance of ListSchedulingWindowsRequest as configured by this builderListSchedulingWindowsRequestListSchedulingWindowsRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListSchedulingWindowsRequest as configured by this builderMethods in com.oracle.bmc.database.requests with parameters of type ListSchedulingWindowsRequest Modifier and Type Method Description ListSchedulingWindowsRequest.BuilderListSchedulingWindowsRequest.Builder. copy(ListSchedulingWindowsRequest o)Copy method to populate the builder with values from the given instance.
-