Uses of Class
com.oracle.bmc.oce.responses.GetOceInstanceResponse
-
Packages that use GetOceInstanceResponse Package Description com.oracle.bmc.oce com.oracle.bmc.oce.responses -
-
Uses of GetOceInstanceResponse in com.oracle.bmc.oce
Methods in com.oracle.bmc.oce that return GetOceInstanceResponse Modifier and Type Method Description GetOceInstanceResponse
OceInstance. getOceInstance(GetOceInstanceRequest request)
Gets a OceInstance by identifierGetOceInstanceResponse
OceInstanceClient. getOceInstance(GetOceInstanceRequest request)
Method parameters in com.oracle.bmc.oce with type arguments of type GetOceInstanceResponse Modifier and Type Method Description Future<GetOceInstanceResponse>
OceInstanceAsync. getOceInstance(GetOceInstanceRequest request, AsyncHandler<GetOceInstanceRequest,GetOceInstanceResponse> handler)
Gets a OceInstance by identifierFuture<GetOceInstanceResponse>
OceInstanceAsyncClient. getOceInstance(GetOceInstanceRequest request, AsyncHandler<GetOceInstanceRequest,GetOceInstanceResponse> handler)
-
Uses of GetOceInstanceResponse in com.oracle.bmc.oce.responses
Methods in com.oracle.bmc.oce.responses that return GetOceInstanceResponse Modifier and Type Method Description GetOceInstanceResponse
GetOceInstanceResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.oce.responses with parameters of type GetOceInstanceResponse Modifier and Type Method Description GetOceInstanceResponse.Builder
GetOceInstanceResponse.Builder. copy(GetOceInstanceResponse o)
Copy method to populate the builder with values from the given instance.
-