Uses of Class
com.oracle.bmc.fleetsoftwareupdate.requests.ListFsuCollectionsRequest
-
Packages that use ListFsuCollectionsRequest Package Description com.oracle.bmc.fleetsoftwareupdate com.oracle.bmc.fleetsoftwareupdate.requests -
-
Uses of ListFsuCollectionsRequest in com.oracle.bmc.fleetsoftwareupdate
Methods in com.oracle.bmc.fleetsoftwareupdate with parameters of type ListFsuCollectionsRequest Modifier and Type Method Description ListFsuCollectionsResponse
FleetSoftwareUpdate. listFsuCollections(ListFsuCollectionsRequest request)
Gets a list of all Exadata Fleet Update Collections in a compartment.Future<ListFsuCollectionsResponse>
FleetSoftwareUpdateAsync. listFsuCollections(ListFsuCollectionsRequest request, AsyncHandler<ListFsuCollectionsRequest,ListFsuCollectionsResponse> handler)
Gets a list of all Exadata Fleet Update Collections in a compartment.Future<ListFsuCollectionsResponse>
FleetSoftwareUpdateAsyncClient. listFsuCollections(ListFsuCollectionsRequest request, AsyncHandler<ListFsuCollectionsRequest,ListFsuCollectionsResponse> handler)
ListFsuCollectionsResponse
FleetSoftwareUpdateClient. listFsuCollections(ListFsuCollectionsRequest request)
Iterable<FsuCollectionSummary>
FleetSoftwareUpdatePaginators. listFsuCollectionsRecordIterator(ListFsuCollectionsRequest request)
Creates a new iterable which will iterate over theFsuCollectionSummary
objects contained in responses from the listFsuCollections operation.Iterable<ListFsuCollectionsResponse>
FleetSoftwareUpdatePaginators. listFsuCollectionsResponseIterator(ListFsuCollectionsRequest request)
Creates a new iterable which will iterate over the responses received from the listFsuCollections operation.Method parameters in com.oracle.bmc.fleetsoftwareupdate with type arguments of type ListFsuCollectionsRequest Modifier and Type Method Description Future<ListFsuCollectionsResponse>
FleetSoftwareUpdateAsync. listFsuCollections(ListFsuCollectionsRequest request, AsyncHandler<ListFsuCollectionsRequest,ListFsuCollectionsResponse> handler)
Gets a list of all Exadata Fleet Update Collections in a compartment.Future<ListFsuCollectionsResponse>
FleetSoftwareUpdateAsyncClient. listFsuCollections(ListFsuCollectionsRequest request, AsyncHandler<ListFsuCollectionsRequest,ListFsuCollectionsResponse> handler)
-
Uses of ListFsuCollectionsRequest in com.oracle.bmc.fleetsoftwareupdate.requests
Methods in com.oracle.bmc.fleetsoftwareupdate.requests that return ListFsuCollectionsRequest Modifier and Type Method Description ListFsuCollectionsRequest
ListFsuCollectionsRequest.Builder. build()
Build the instance of ListFsuCollectionsRequest as configured by this builderListFsuCollectionsRequest
ListFsuCollectionsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListFsuCollectionsRequest as configured by this builderMethods in com.oracle.bmc.fleetsoftwareupdate.requests with parameters of type ListFsuCollectionsRequest Modifier and Type Method Description ListFsuCollectionsRequest.Builder
ListFsuCollectionsRequest.Builder. copy(ListFsuCollectionsRequest o)
Copy method to populate the builder with values from the given instance.
-