Uses of Class
com.oracle.bmc.osmanagementhub.responses.GetManagedInstanceResponse
-
Packages that use GetManagedInstanceResponse Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.responses -
-
Uses of GetManagedInstanceResponse in com.oracle.bmc.osmanagementhub
Methods in com.oracle.bmc.osmanagementhub that return GetManagedInstanceResponse Modifier and Type Method Description GetManagedInstanceResponse
ManagedInstance. getManagedInstance(GetManagedInstanceRequest request)
Gets information about the specified managed instance.GetManagedInstanceResponse
ManagedInstanceClient. getManagedInstance(GetManagedInstanceRequest request)
Methods in com.oracle.bmc.osmanagementhub that return types with arguments of type GetManagedInstanceResponse Modifier and Type Method Description Future<GetManagedInstanceResponse>
ManagedInstanceAsync. getManagedInstance(GetManagedInstanceRequest request, AsyncHandler<GetManagedInstanceRequest,GetManagedInstanceResponse> handler)
Gets information about the specified managed instance.Future<GetManagedInstanceResponse>
ManagedInstanceAsyncClient. getManagedInstance(GetManagedInstanceRequest request, AsyncHandler<GetManagedInstanceRequest,GetManagedInstanceResponse> handler)
Method parameters in com.oracle.bmc.osmanagementhub with type arguments of type GetManagedInstanceResponse Modifier and Type Method Description Future<GetManagedInstanceResponse>
ManagedInstanceAsync. getManagedInstance(GetManagedInstanceRequest request, AsyncHandler<GetManagedInstanceRequest,GetManagedInstanceResponse> handler)
Gets information about the specified managed instance.Future<GetManagedInstanceResponse>
ManagedInstanceAsyncClient. getManagedInstance(GetManagedInstanceRequest request, AsyncHandler<GetManagedInstanceRequest,GetManagedInstanceResponse> handler)
-
Uses of GetManagedInstanceResponse in com.oracle.bmc.osmanagementhub.responses
Methods in com.oracle.bmc.osmanagementhub.responses that return GetManagedInstanceResponse Modifier and Type Method Description GetManagedInstanceResponse
GetManagedInstanceResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.osmanagementhub.responses with parameters of type GetManagedInstanceResponse Modifier and Type Method Description GetManagedInstanceResponse.Builder
GetManagedInstanceResponse.Builder. copy(GetManagedInstanceResponse o)
Copy method to populate the builder with values from the given instance.
-