Uses of Class
com.oracle.bmc.osmanagementhub.requests.GetManagedInstanceRequest
-
Packages that use GetManagedInstanceRequest Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.requests -
-
Uses of GetManagedInstanceRequest in com.oracle.bmc.osmanagementhub
Methods in com.oracle.bmc.osmanagementhub with parameters of type GetManagedInstanceRequest Modifier and Type Method Description GetManagedInstanceResponse
ManagedInstance. getManagedInstance(GetManagedInstanceRequest request)
Gets information about the specified managed instance.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)
GetManagedInstanceResponse
ManagedInstanceClient. getManagedInstance(GetManagedInstanceRequest request)
Method parameters in com.oracle.bmc.osmanagementhub with type arguments of type GetManagedInstanceRequest 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 GetManagedInstanceRequest in com.oracle.bmc.osmanagementhub.requests
Methods in com.oracle.bmc.osmanagementhub.requests that return GetManagedInstanceRequest Modifier and Type Method Description GetManagedInstanceRequest
GetManagedInstanceRequest.Builder. build()
Build the instance of GetManagedInstanceRequest as configured by this builderGetManagedInstanceRequest
GetManagedInstanceRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetManagedInstanceRequest as configured by this builderMethods in com.oracle.bmc.osmanagementhub.requests with parameters of type GetManagedInstanceRequest Modifier and Type Method Description GetManagedInstanceRequest.Builder
GetManagedInstanceRequest.Builder. copy(GetManagedInstanceRequest o)
Copy method to populate the builder with values from the given instance.
-