Uses of Class
com.oracle.bmc.fleetsoftwareupdate.responses.ListFsuCollectionTargetsResponse
-
Packages that use ListFsuCollectionTargetsResponse Package Description com.oracle.bmc.fleetsoftwareupdate com.oracle.bmc.fleetsoftwareupdate.responses -
-
Uses of ListFsuCollectionTargetsResponse in com.oracle.bmc.fleetsoftwareupdate
Methods in com.oracle.bmc.fleetsoftwareupdate that return ListFsuCollectionTargetsResponse Modifier and Type Method Description ListFsuCollectionTargetsResponse
FleetSoftwareUpdate. listFsuCollectionTargets(ListFsuCollectionTargetsRequest request)
Gets a list of all Targets that are members of a specific Exadata Fleet Update Collection.ListFsuCollectionTargetsResponse
FleetSoftwareUpdateClient. listFsuCollectionTargets(ListFsuCollectionTargetsRequest request)
Methods in com.oracle.bmc.fleetsoftwareupdate that return types with arguments of type ListFsuCollectionTargetsResponse Modifier and Type Method Description Future<ListFsuCollectionTargetsResponse>
FleetSoftwareUpdateAsync. listFsuCollectionTargets(ListFsuCollectionTargetsRequest request, AsyncHandler<ListFsuCollectionTargetsRequest,ListFsuCollectionTargetsResponse> handler)
Gets a list of all Targets that are members of a specific Exadata Fleet Update Collection.Future<ListFsuCollectionTargetsResponse>
FleetSoftwareUpdateAsyncClient. listFsuCollectionTargets(ListFsuCollectionTargetsRequest request, AsyncHandler<ListFsuCollectionTargetsRequest,ListFsuCollectionTargetsResponse> handler)
Iterable<ListFsuCollectionTargetsResponse>
FleetSoftwareUpdatePaginators. listFsuCollectionTargetsResponseIterator(ListFsuCollectionTargetsRequest request)
Creates a new iterable which will iterate over the responses received from the listFsuCollectionTargets operation.Method parameters in com.oracle.bmc.fleetsoftwareupdate with type arguments of type ListFsuCollectionTargetsResponse Modifier and Type Method Description Future<ListFsuCollectionTargetsResponse>
FleetSoftwareUpdateAsync. listFsuCollectionTargets(ListFsuCollectionTargetsRequest request, AsyncHandler<ListFsuCollectionTargetsRequest,ListFsuCollectionTargetsResponse> handler)
Gets a list of all Targets that are members of a specific Exadata Fleet Update Collection.Future<ListFsuCollectionTargetsResponse>
FleetSoftwareUpdateAsyncClient. listFsuCollectionTargets(ListFsuCollectionTargetsRequest request, AsyncHandler<ListFsuCollectionTargetsRequest,ListFsuCollectionTargetsResponse> handler)
-
Uses of ListFsuCollectionTargetsResponse in com.oracle.bmc.fleetsoftwareupdate.responses
Methods in com.oracle.bmc.fleetsoftwareupdate.responses that return ListFsuCollectionTargetsResponse Modifier and Type Method Description ListFsuCollectionTargetsResponse
ListFsuCollectionTargetsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.fleetsoftwareupdate.responses with parameters of type ListFsuCollectionTargetsResponse Modifier and Type Method Description ListFsuCollectionTargetsResponse.Builder
ListFsuCollectionTargetsResponse.Builder. copy(ListFsuCollectionTargetsResponse o)
Copy method to populate the builder with values from the given instance.
-