Uses of Class
com.oracle.bmc.osmanagement.requests.GetManagedInstanceRequest
-
Packages that use GetManagedInstanceRequest Package Description com.oracle.bmc.osmanagement com.oracle.bmc.osmanagement.requests -
-
Uses of GetManagedInstanceRequest in com.oracle.bmc.osmanagement
Methods in com.oracle.bmc.osmanagement with parameters of type GetManagedInstanceRequest Modifier and Type Method Description GetManagedInstanceResponse
OsManagement. getManagedInstance(GetManagedInstanceRequest request)
Returns a specific Managed Instance.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)
GetManagedInstanceResponse
OsManagementClient. getManagedInstance(GetManagedInstanceRequest request)
Method parameters in com.oracle.bmc.osmanagement with type arguments of type GetManagedInstanceRequest 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 GetManagedInstanceRequest in com.oracle.bmc.osmanagement.requests
Methods in com.oracle.bmc.osmanagement.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.osmanagement.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.
-