Uses of Class
com.oracle.bmc.wlms.responses.ListManagedInstanceServerInstalledPatchesResponse
-
Packages that use ListManagedInstanceServerInstalledPatchesResponse Package Description com.oracle.bmc.wlms com.oracle.bmc.wlms.responses -
-
Uses of ListManagedInstanceServerInstalledPatchesResponse in com.oracle.bmc.wlms
Methods in com.oracle.bmc.wlms that return ListManagedInstanceServerInstalledPatchesResponse Modifier and Type Method Description ListManagedInstanceServerInstalledPatchesResponseWeblogicManagementService. listManagedInstanceServerInstalledPatches(ListManagedInstanceServerInstalledPatchesRequest request)Gets a list of installed patches on a server in a managed instance.ListManagedInstanceServerInstalledPatchesResponseWeblogicManagementServiceClient. listManagedInstanceServerInstalledPatches(ListManagedInstanceServerInstalledPatchesRequest request)Method parameters in com.oracle.bmc.wlms with type arguments of type ListManagedInstanceServerInstalledPatchesResponse Modifier and Type Method Description Future<ListManagedInstanceServerInstalledPatchesResponse>WeblogicManagementServiceAsync. listManagedInstanceServerInstalledPatches(ListManagedInstanceServerInstalledPatchesRequest request, AsyncHandler<ListManagedInstanceServerInstalledPatchesRequest,ListManagedInstanceServerInstalledPatchesResponse> handler)Gets a list of installed patches on a server in a managed instance.Future<ListManagedInstanceServerInstalledPatchesResponse>WeblogicManagementServiceAsyncClient. listManagedInstanceServerInstalledPatches(ListManagedInstanceServerInstalledPatchesRequest request, AsyncHandler<ListManagedInstanceServerInstalledPatchesRequest,ListManagedInstanceServerInstalledPatchesResponse> handler) -
Uses of ListManagedInstanceServerInstalledPatchesResponse in com.oracle.bmc.wlms.responses
Methods in com.oracle.bmc.wlms.responses that return ListManagedInstanceServerInstalledPatchesResponse Modifier and Type Method Description ListManagedInstanceServerInstalledPatchesResponseListManagedInstanceServerInstalledPatchesResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.wlms.responses with parameters of type ListManagedInstanceServerInstalledPatchesResponse Modifier and Type Method Description ListManagedInstanceServerInstalledPatchesResponse.BuilderListManagedInstanceServerInstalledPatchesResponse.Builder. copy(ListManagedInstanceServerInstalledPatchesResponse o)Copy method to populate the builder with values from the given instance.
-