Uses of Class
com.oracle.bmc.fleetappsmanagement.requests.ListPatchesRequest
-
Packages that use ListPatchesRequest Package Description com.oracle.bmc.fleetappsmanagement com.oracle.bmc.fleetappsmanagement.requests -
-
Uses of ListPatchesRequest in com.oracle.bmc.fleetappsmanagement
Methods in com.oracle.bmc.fleetappsmanagement with parameters of type ListPatchesRequest Modifier and Type Method Description ListPatchesResponseFleetAppsManagementOperations. listPatches(ListPatchesRequest request)Returns a list of all the Patches in the specified compartment.Future<ListPatchesResponse>FleetAppsManagementOperationsAsync. listPatches(ListPatchesRequest request, AsyncHandler<ListPatchesRequest,ListPatchesResponse> handler)Returns a list of all the Patches in the specified compartment.Future<ListPatchesResponse>FleetAppsManagementOperationsAsyncClient. listPatches(ListPatchesRequest request, AsyncHandler<ListPatchesRequest,ListPatchesResponse> handler)ListPatchesResponseFleetAppsManagementOperationsClient. listPatches(ListPatchesRequest request)Iterable<PatchSummary>FleetAppsManagementOperationsPaginators. listPatchesRecordIterator(ListPatchesRequest request)Creates a new iterable which will iterate over thePatchSummaryobjects contained in responses from the listPatches operation.Iterable<ListPatchesResponse>FleetAppsManagementOperationsPaginators. listPatchesResponseIterator(ListPatchesRequest request)Creates a new iterable which will iterate over the responses received from the listPatches operation.Method parameters in com.oracle.bmc.fleetappsmanagement with type arguments of type ListPatchesRequest Modifier and Type Method Description Future<ListPatchesResponse>FleetAppsManagementOperationsAsync. listPatches(ListPatchesRequest request, AsyncHandler<ListPatchesRequest,ListPatchesResponse> handler)Returns a list of all the Patches in the specified compartment.Future<ListPatchesResponse>FleetAppsManagementOperationsAsyncClient. listPatches(ListPatchesRequest request, AsyncHandler<ListPatchesRequest,ListPatchesResponse> handler) -
Uses of ListPatchesRequest in com.oracle.bmc.fleetappsmanagement.requests
Methods in com.oracle.bmc.fleetappsmanagement.requests that return ListPatchesRequest Modifier and Type Method Description ListPatchesRequestListPatchesRequest.Builder. build()Build the instance of ListPatchesRequest as configured by this builderListPatchesRequestListPatchesRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListPatchesRequest as configured by this builderMethods in com.oracle.bmc.fleetappsmanagement.requests with parameters of type ListPatchesRequest Modifier and Type Method Description ListPatchesRequest.BuilderListPatchesRequest.Builder. copy(ListPatchesRequest o)Copy method to populate the builder with values from the given instance.
-