Uses of Class
com.oracle.bmc.osmanagement.responses.GetManagedInstanceResponse
-
Packages that use GetManagedInstanceResponse Package Description com.oracle.bmc.osmanagement com.oracle.bmc.osmanagement.responses -
-
Uses of GetManagedInstanceResponse in com.oracle.bmc.osmanagement
Methods in com.oracle.bmc.osmanagement that return GetManagedInstanceResponse Modifier and Type Method Description GetManagedInstanceResponse
OsManagement. getManagedInstance(GetManagedInstanceRequest request)
Returns a specific Managed Instance.GetManagedInstanceResponse
OsManagementClient. getManagedInstance(GetManagedInstanceRequest request)
Methods in com.oracle.bmc.osmanagement that return types with arguments of type GetManagedInstanceResponse Modifier and Type Method Description Future<GetManagedInstanceResponse>
OsManagementAsync. getManagedInstance(GetManagedInstanceRequest request, AsyncHandler<GetManagedInstanceRequest,GetManagedInstanceResponse> handler)
Returns a specific Managed Instance.Future<GetManagedInstanceResponse>
OsManagementAsyncClient. getManagedInstance(GetManagedInstanceRequest request, AsyncHandler<GetManagedInstanceRequest,GetManagedInstanceResponse> handler)
Method parameters in com.oracle.bmc.osmanagement with type arguments of type GetManagedInstanceResponse Modifier and Type Method Description Future<GetManagedInstanceResponse>
OsManagementAsync. getManagedInstance(GetManagedInstanceRequest request, AsyncHandler<GetManagedInstanceRequest,GetManagedInstanceResponse> handler)
Returns a specific Managed Instance.Future<GetManagedInstanceResponse>
OsManagementAsyncClient. getManagedInstance(GetManagedInstanceRequest request, AsyncHandler<GetManagedInstanceRequest,GetManagedInstanceResponse> handler)
-
Uses of GetManagedInstanceResponse in com.oracle.bmc.osmanagement.responses
Methods in com.oracle.bmc.osmanagement.responses that return GetManagedInstanceResponse Modifier and Type Method Description GetManagedInstanceResponse
GetManagedInstanceResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.osmanagement.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.
-