Uses of Class
com.oracle.bmc.clusterplacementgroups.responses.GetWorkRequestResponse
-
Packages that use GetWorkRequestResponse Package Description com.oracle.bmc.clusterplacementgroups com.oracle.bmc.clusterplacementgroups.responses -
-
Uses of GetWorkRequestResponse in com.oracle.bmc.clusterplacementgroups
Methods in com.oracle.bmc.clusterplacementgroups that return GetWorkRequestResponse Modifier and Type Method Description GetWorkRequestResponse
ClusterPlacementGroupsCP. getWorkRequest(GetWorkRequestRequest request)
Gets details of the work request with the specified ID.GetWorkRequestResponse
ClusterPlacementGroupsCPClient. getWorkRequest(GetWorkRequestRequest request)
Method parameters in com.oracle.bmc.clusterplacementgroups with type arguments of type GetWorkRequestResponse Modifier and Type Method Description Future<GetWorkRequestResponse>
ClusterPlacementGroupsCPAsync. getWorkRequest(GetWorkRequestRequest request, AsyncHandler<GetWorkRequestRequest,GetWorkRequestResponse> handler)
Gets details of the work request with the specified ID.Future<GetWorkRequestResponse>
ClusterPlacementGroupsCPAsyncClient. getWorkRequest(GetWorkRequestRequest request, AsyncHandler<GetWorkRequestRequest,GetWorkRequestResponse> handler)
-
Uses of GetWorkRequestResponse in com.oracle.bmc.clusterplacementgroups.responses
Methods in com.oracle.bmc.clusterplacementgroups.responses that return GetWorkRequestResponse Modifier and Type Method Description GetWorkRequestResponse
GetWorkRequestResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.clusterplacementgroups.responses with parameters of type GetWorkRequestResponse Modifier and Type Method Description GetWorkRequestResponse.Builder
GetWorkRequestResponse.Builder. copy(GetWorkRequestResponse o)
Copy method to populate the builder with values from the given instance.
-