Uses of Class
com.oracle.bmc.fleetsoftwareupdate.requests.GetFsuActionRequest
-
Packages that use GetFsuActionRequest Package Description com.oracle.bmc.fleetsoftwareupdate com.oracle.bmc.fleetsoftwareupdate.requests -
-
Uses of GetFsuActionRequest in com.oracle.bmc.fleetsoftwareupdate
Methods in com.oracle.bmc.fleetsoftwareupdate that return types with arguments of type GetFsuActionRequest 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.Methods in com.oracle.bmc.fleetsoftwareupdate with parameters of type GetFsuActionRequest 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.GetFsuActionResponse
FleetSoftwareUpdate. getFsuAction(GetFsuActionRequest request)
Gets a Exadata Fleet Update Action by identifier.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)
GetFsuActionResponse
FleetSoftwareUpdateClient. getFsuAction(GetFsuActionRequest request)
Method parameters in com.oracle.bmc.fleetsoftwareupdate with type arguments of type GetFsuActionRequest 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 GetFsuActionRequest in com.oracle.bmc.fleetsoftwareupdate.requests
Methods in com.oracle.bmc.fleetsoftwareupdate.requests that return GetFsuActionRequest Modifier and Type Method Description GetFsuActionRequest
GetFsuActionRequest.Builder. build()
Build the instance of GetFsuActionRequest as configured by this builderGetFsuActionRequest
GetFsuActionRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetFsuActionRequest as configured by this builderMethods in com.oracle.bmc.fleetsoftwareupdate.requests with parameters of type GetFsuActionRequest Modifier and Type Method Description GetFsuActionRequest.Builder
GetFsuActionRequest.Builder. copy(GetFsuActionRequest o)
Copy method to populate the builder with values from the given instance.
-