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 ListPatchesResponse
FleetAppsManagementOperations. 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)
ListPatchesResponse
FleetAppsManagementOperationsClient. listPatches(ListPatchesRequest request)
Iterable<PatchSummary>
FleetAppsManagementOperationsPaginators. listPatchesRecordIterator(ListPatchesRequest request)
Creates a new iterable which will iterate over thePatchSummary
objects 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 ListPatchesRequest
ListPatchesRequest.Builder. build()
Build the instance of ListPatchesRequest as configured by this builderListPatchesRequest
ListPatchesRequest.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.Builder
ListPatchesRequest.Builder. copy(ListPatchesRequest o)
Copy method to populate the builder with values from the given instance.
-