Uses of Class
com.oracle.bmc.fleetsoftwareupdate.responses.GetFsuActionResponse
-
Packages that use GetFsuActionResponse Package Description com.oracle.bmc.fleetsoftwareupdate com.oracle.bmc.fleetsoftwareupdate.responses -
-
Uses of GetFsuActionResponse in com.oracle.bmc.fleetsoftwareupdate
Methods in com.oracle.bmc.fleetsoftwareupdate that return GetFsuActionResponse Modifier and Type Method Description GetFsuActionResponse
FleetSoftwareUpdate. getFsuAction(GetFsuActionRequest request)
Gets a Exadata Fleet Update Action by identifier.GetFsuActionResponse
FleetSoftwareUpdateClient. getFsuAction(GetFsuActionRequest request)
Methods in com.oracle.bmc.fleetsoftwareupdate that return types with arguments of type GetFsuActionResponse Modifier and Type Method Description Waiter<GetFsuActionRequest,GetFsuActionResponse>
FleetSoftwareUpdateWaiters. forFsuAction(GetFsuActionRequest request, ActionLifecycleStates... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetFsuActionRequest,GetFsuActionResponse>
FleetSoftwareUpdateWaiters. forFsuAction(GetFsuActionRequest request, ActionLifecycleStates targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetFsuActionRequest,GetFsuActionResponse>
FleetSoftwareUpdateWaiters. forFsuAction(GetFsuActionRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, ActionLifecycleStates... targetStates)
Creates a newWaiter
using the provided configuration.Future<GetFsuActionResponse>
FleetSoftwareUpdateAsync. getFsuAction(GetFsuActionRequest request, AsyncHandler<GetFsuActionRequest,GetFsuActionResponse> handler)
Gets a Exadata Fleet Update Action by identifier.Future<GetFsuActionResponse>
FleetSoftwareUpdateAsyncClient. getFsuAction(GetFsuActionRequest request, AsyncHandler<GetFsuActionRequest,GetFsuActionResponse> handler)
Method parameters in com.oracle.bmc.fleetsoftwareupdate with type arguments of type GetFsuActionResponse Modifier and Type Method Description Future<GetFsuActionResponse>
FleetSoftwareUpdateAsync. getFsuAction(GetFsuActionRequest request, AsyncHandler<GetFsuActionRequest,GetFsuActionResponse> handler)
Gets a Exadata Fleet Update Action by identifier.Future<GetFsuActionResponse>
FleetSoftwareUpdateAsyncClient. getFsuAction(GetFsuActionRequest request, AsyncHandler<GetFsuActionRequest,GetFsuActionResponse> handler)
-
Uses of GetFsuActionResponse in com.oracle.bmc.fleetsoftwareupdate.responses
Methods in com.oracle.bmc.fleetsoftwareupdate.responses that return GetFsuActionResponse Modifier and Type Method Description GetFsuActionResponse
GetFsuActionResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.fleetsoftwareupdate.responses with parameters of type GetFsuActionResponse Modifier and Type Method Description GetFsuActionResponse.Builder
GetFsuActionResponse.Builder. copy(GetFsuActionResponse o)
Copy method to populate the builder with values from the given instance.
-