Uses of Class
com.oracle.bmc.wlms.responses.GetManagedInstanceServerResponse
-
Packages that use GetManagedInstanceServerResponse Package Description com.oracle.bmc.wlms com.oracle.bmc.wlms.responses -
-
Uses of GetManagedInstanceServerResponse in com.oracle.bmc.wlms
Methods in com.oracle.bmc.wlms that return GetManagedInstanceServerResponse Modifier and Type Method Description GetManagedInstanceServerResponse
WeblogicManagementService. getManagedInstanceServer(GetManagedInstanceServerRequest request)
Gets information about the specified server in a managed instance.GetManagedInstanceServerResponse
WeblogicManagementServiceClient. getManagedInstanceServer(GetManagedInstanceServerRequest request)
Methods in com.oracle.bmc.wlms that return types with arguments of type GetManagedInstanceServerResponse Modifier and Type Method Description Future<GetManagedInstanceServerResponse>
WeblogicManagementServiceAsync. getManagedInstanceServer(GetManagedInstanceServerRequest request, AsyncHandler<GetManagedInstanceServerRequest,GetManagedInstanceServerResponse> handler)
Gets information about the specified server in a managed instance.Future<GetManagedInstanceServerResponse>
WeblogicManagementServiceAsyncClient. getManagedInstanceServer(GetManagedInstanceServerRequest request, AsyncHandler<GetManagedInstanceServerRequest,GetManagedInstanceServerResponse> handler)
Method parameters in com.oracle.bmc.wlms with type arguments of type GetManagedInstanceServerResponse Modifier and Type Method Description Future<GetManagedInstanceServerResponse>
WeblogicManagementServiceAsync. getManagedInstanceServer(GetManagedInstanceServerRequest request, AsyncHandler<GetManagedInstanceServerRequest,GetManagedInstanceServerResponse> handler)
Gets information about the specified server in a managed instance.Future<GetManagedInstanceServerResponse>
WeblogicManagementServiceAsyncClient. getManagedInstanceServer(GetManagedInstanceServerRequest request, AsyncHandler<GetManagedInstanceServerRequest,GetManagedInstanceServerResponse> handler)
-
Uses of GetManagedInstanceServerResponse in com.oracle.bmc.wlms.responses
Methods in com.oracle.bmc.wlms.responses that return GetManagedInstanceServerResponse Modifier and Type Method Description GetManagedInstanceServerResponse
GetManagedInstanceServerResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.wlms.responses with parameters of type GetManagedInstanceServerResponse Modifier and Type Method Description GetManagedInstanceServerResponse.Builder
GetManagedInstanceServerResponse.Builder. copy(GetManagedInstanceServerResponse o)
Copy method to populate the builder with values from the given instance.
-