Uses of Class
com.oracle.bmc.database.responses.GetExecutionWindowResponse
-
Packages that use GetExecutionWindowResponse Package Description com.oracle.bmc.database com.oracle.bmc.database.responses -
-
Uses of GetExecutionWindowResponse in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return GetExecutionWindowResponse Modifier and Type Method Description GetExecutionWindowResponse
Database. getExecutionWindow(GetExecutionWindowRequest request)
Gets information about the specified execution window.GetExecutionWindowResponse
DatabaseClient. getExecutionWindow(GetExecutionWindowRequest request)
Method parameters in com.oracle.bmc.database with type arguments of type GetExecutionWindowResponse Modifier and Type Method Description Future<GetExecutionWindowResponse>
DatabaseAsync. getExecutionWindow(GetExecutionWindowRequest request, AsyncHandler<GetExecutionWindowRequest,GetExecutionWindowResponse> handler)
Gets information about the specified execution window.Future<GetExecutionWindowResponse>
DatabaseAsyncClient. getExecutionWindow(GetExecutionWindowRequest request, AsyncHandler<GetExecutionWindowRequest,GetExecutionWindowResponse> handler)
-
Uses of GetExecutionWindowResponse in com.oracle.bmc.database.responses
Methods in com.oracle.bmc.database.responses that return GetExecutionWindowResponse Modifier and Type Method Description GetExecutionWindowResponse
GetExecutionWindowResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.database.responses with parameters of type GetExecutionWindowResponse Modifier and Type Method Description GetExecutionWindowResponse.Builder
GetExecutionWindowResponse.Builder. copy(GetExecutionWindowResponse o)
Copy method to populate the builder with values from the given instance.
-