Uses of Class
com.oracle.bmc.wlms.requests.ListApplicablePatchesRequest
-
Packages that use ListApplicablePatchesRequest Package Description com.oracle.bmc.wlms com.oracle.bmc.wlms.requests -
-
Uses of ListApplicablePatchesRequest in com.oracle.bmc.wlms
Methods in com.oracle.bmc.wlms with parameters of type ListApplicablePatchesRequest Modifier and Type Method Description ListApplicablePatchesResponseWeblogicManagementService. listApplicablePatches(ListApplicablePatchesRequest request)Gets the latest patches that can be installed to the WebLogic domains.Future<ListApplicablePatchesResponse>WeblogicManagementServiceAsync. listApplicablePatches(ListApplicablePatchesRequest request, AsyncHandler<ListApplicablePatchesRequest,ListApplicablePatchesResponse> handler)Gets the latest patches that can be installed to the WebLogic domains.Future<ListApplicablePatchesResponse>WeblogicManagementServiceAsyncClient. listApplicablePatches(ListApplicablePatchesRequest request, AsyncHandler<ListApplicablePatchesRequest,ListApplicablePatchesResponse> handler)ListApplicablePatchesResponseWeblogicManagementServiceClient. listApplicablePatches(ListApplicablePatchesRequest request)Iterable<ApplicablePatchSummary>WeblogicManagementServicePaginators. listApplicablePatchesRecordIterator(ListApplicablePatchesRequest request)Creates a new iterable which will iterate over theApplicablePatchSummaryobjects contained in responses from the listApplicablePatches operation.Iterable<ListApplicablePatchesResponse>WeblogicManagementServicePaginators. listApplicablePatchesResponseIterator(ListApplicablePatchesRequest request)Creates a new iterable which will iterate over the responses received from the listApplicablePatches operation.Method parameters in com.oracle.bmc.wlms with type arguments of type ListApplicablePatchesRequest Modifier and Type Method Description Future<ListApplicablePatchesResponse>WeblogicManagementServiceAsync. listApplicablePatches(ListApplicablePatchesRequest request, AsyncHandler<ListApplicablePatchesRequest,ListApplicablePatchesResponse> handler)Gets the latest patches that can be installed to the WebLogic domains.Future<ListApplicablePatchesResponse>WeblogicManagementServiceAsyncClient. listApplicablePatches(ListApplicablePatchesRequest request, AsyncHandler<ListApplicablePatchesRequest,ListApplicablePatchesResponse> handler) -
Uses of ListApplicablePatchesRequest in com.oracle.bmc.wlms.requests
Methods in com.oracle.bmc.wlms.requests that return ListApplicablePatchesRequest Modifier and Type Method Description ListApplicablePatchesRequestListApplicablePatchesRequest.Builder. build()Build the instance of ListApplicablePatchesRequest as configured by this builderListApplicablePatchesRequestListApplicablePatchesRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListApplicablePatchesRequest as configured by this builderMethods in com.oracle.bmc.wlms.requests with parameters of type ListApplicablePatchesRequest Modifier and Type Method Description ListApplicablePatchesRequest.BuilderListApplicablePatchesRequest.Builder. copy(ListApplicablePatchesRequest o)Copy method to populate the builder with values from the given instance.
-