Uses of Class
com.oracle.bmc.fleetsoftwareupdate.responses.ListFsuCollectionsResponse
-
Packages that use ListFsuCollectionsResponse Package Description com.oracle.bmc.fleetsoftwareupdate com.oracle.bmc.fleetsoftwareupdate.responses -
-
Uses of ListFsuCollectionsResponse in com.oracle.bmc.fleetsoftwareupdate
Methods in com.oracle.bmc.fleetsoftwareupdate that return ListFsuCollectionsResponse Modifier and Type Method Description ListFsuCollectionsResponse
FleetSoftwareUpdate. listFsuCollections(ListFsuCollectionsRequest request)
Gets a list of all Exadata Fleet Update Collections in a compartment.ListFsuCollectionsResponse
FleetSoftwareUpdateClient. listFsuCollections(ListFsuCollectionsRequest request)
Methods in com.oracle.bmc.fleetsoftwareupdate that return types with arguments of type ListFsuCollectionsResponse 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)
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 ListFsuCollectionsResponse 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 ListFsuCollectionsResponse in com.oracle.bmc.fleetsoftwareupdate.responses
Methods in com.oracle.bmc.fleetsoftwareupdate.responses that return ListFsuCollectionsResponse Modifier and Type Method Description ListFsuCollectionsResponse
ListFsuCollectionsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.fleetsoftwareupdate.responses with parameters of type ListFsuCollectionsResponse Modifier and Type Method Description ListFsuCollectionsResponse.Builder
ListFsuCollectionsResponse.Builder. copy(ListFsuCollectionsResponse o)
Copy method to populate the builder with values from the given instance.
-