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