Uses of Class
com.oracle.bmc.wlms.requests.GetManagedInstanceRequest
-
Packages that use GetManagedInstanceRequest Package Description com.oracle.bmc.wlms com.oracle.bmc.wlms.requests -
-
Uses of GetManagedInstanceRequest in com.oracle.bmc.wlms
Methods in com.oracle.bmc.wlms with parameters of type GetManagedInstanceRequest Modifier and Type Method Description GetManagedInstanceResponse
WeblogicManagementService. getManagedInstance(GetManagedInstanceRequest request)
Gets information about the specified managed instance.Future<GetManagedInstanceResponse>
WeblogicManagementServiceAsync. getManagedInstance(GetManagedInstanceRequest request, AsyncHandler<GetManagedInstanceRequest,GetManagedInstanceResponse> handler)
Gets information about the specified managed instance.Future<GetManagedInstanceResponse>
WeblogicManagementServiceAsyncClient. getManagedInstance(GetManagedInstanceRequest request, AsyncHandler<GetManagedInstanceRequest,GetManagedInstanceResponse> handler)
GetManagedInstanceResponse
WeblogicManagementServiceClient. getManagedInstance(GetManagedInstanceRequest request)
Method parameters in com.oracle.bmc.wlms with type arguments of type GetManagedInstanceRequest Modifier and Type Method Description Future<GetManagedInstanceResponse>
WeblogicManagementServiceAsync. getManagedInstance(GetManagedInstanceRequest request, AsyncHandler<GetManagedInstanceRequest,GetManagedInstanceResponse> handler)
Gets information about the specified managed instance.Future<GetManagedInstanceResponse>
WeblogicManagementServiceAsyncClient. getManagedInstance(GetManagedInstanceRequest request, AsyncHandler<GetManagedInstanceRequest,GetManagedInstanceResponse> handler)
-
Uses of GetManagedInstanceRequest in com.oracle.bmc.wlms.requests
Methods in com.oracle.bmc.wlms.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.wlms.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.
-