Uses of Class
com.oracle.bmc.core.responses.GetInstanceResponse
-
Packages that use GetInstanceResponse Package Description com.oracle.bmc.core com.oracle.bmc.core.responses -
-
Uses of GetInstanceResponse in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return GetInstanceResponse Modifier and Type Method Description GetInstanceResponse
Compute. getInstance(GetInstanceRequest request)
Gets information about the specified instance.GetInstanceResponse
ComputeClient. getInstance(GetInstanceRequest request)
Method parameters in com.oracle.bmc.core with type arguments of type GetInstanceResponse Modifier and Type Method Description Future<GetInstanceResponse>
ComputeAsync. getInstance(GetInstanceRequest request, AsyncHandler<GetInstanceRequest,GetInstanceResponse> handler)
Gets information about the specified instance.Future<GetInstanceResponse>
ComputeAsyncClient. getInstance(GetInstanceRequest request, AsyncHandler<GetInstanceRequest,GetInstanceResponse> handler)
-
Uses of GetInstanceResponse in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return GetInstanceResponse Modifier and Type Method Description GetInstanceResponse
GetInstanceResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type GetInstanceResponse Modifier and Type Method Description GetInstanceResponse.Builder
GetInstanceResponse.Builder. copy(GetInstanceResponse o)
Copy method to populate the builder with values from the given instance.
-