Uses of Class
com.oracle.bmc.wlms.responses.GetManagedInstanceResponse
-
Packages that use GetManagedInstanceResponse Package Description com.oracle.bmc.wlms com.oracle.bmc.wlms.responses -
-
Uses of GetManagedInstanceResponse in com.oracle.bmc.wlms
Methods in com.oracle.bmc.wlms that return GetManagedInstanceResponse Modifier and Type Method Description GetManagedInstanceResponse
WeblogicManagementService. getManagedInstance(GetManagedInstanceRequest request)
Gets information about the specified managed instance.GetManagedInstanceResponse
WeblogicManagementServiceClient. getManagedInstance(GetManagedInstanceRequest request)
Methods in com.oracle.bmc.wlms that return types with arguments of type GetManagedInstanceResponse 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)
Method parameters in com.oracle.bmc.wlms with type arguments of type GetManagedInstanceResponse 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 GetManagedInstanceResponse in com.oracle.bmc.wlms.responses
Methods in com.oracle.bmc.wlms.responses that return GetManagedInstanceResponse Modifier and Type Method Description GetManagedInstanceResponse
GetManagedInstanceResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.wlms.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.
-