Uses of Class
com.oracle.bmc.fleetappsmanagement.responses.ListPatchesResponse
-
Packages that use ListPatchesResponse Package Description com.oracle.bmc.fleetappsmanagement com.oracle.bmc.fleetappsmanagement.responses -
-
Uses of ListPatchesResponse in com.oracle.bmc.fleetappsmanagement
Methods in com.oracle.bmc.fleetappsmanagement that return ListPatchesResponse Modifier and Type Method Description ListPatchesResponseFleetAppsManagementOperations. listPatches(ListPatchesRequest request)Returns a list of all the Patches in the specified compartment.ListPatchesResponseFleetAppsManagementOperationsClient. listPatches(ListPatchesRequest request)Methods in com.oracle.bmc.fleetappsmanagement that return types with arguments of type ListPatchesResponse 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)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 ListPatchesResponse 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 ListPatchesResponse in com.oracle.bmc.fleetappsmanagement.responses
Methods in com.oracle.bmc.fleetappsmanagement.responses that return ListPatchesResponse Modifier and Type Method Description ListPatchesResponseListPatchesResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.fleetappsmanagement.responses with parameters of type ListPatchesResponse Modifier and Type Method Description ListPatchesResponse.BuilderListPatchesResponse.Builder. copy(ListPatchesResponse o)Copy method to populate the builder with values from the given instance.
-