Uses of Class
com.oracle.bmc.fleetsoftwareupdate.requests.GetFsuCollectionRequest
-
Packages that use GetFsuCollectionRequest Package Description com.oracle.bmc.fleetsoftwareupdate com.oracle.bmc.fleetsoftwareupdate.requests -
-
Uses of GetFsuCollectionRequest in com.oracle.bmc.fleetsoftwareupdate
Methods in com.oracle.bmc.fleetsoftwareupdate that return types with arguments of type GetFsuCollectionRequest Modifier and Type Method Description Waiter<GetFsuCollectionRequest,GetFsuCollectionResponse>
FleetSoftwareUpdateWaiters. forFsuCollection(GetFsuCollectionRequest request, CollectionLifecycleStates... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetFsuCollectionRequest,GetFsuCollectionResponse>
FleetSoftwareUpdateWaiters. forFsuCollection(GetFsuCollectionRequest request, CollectionLifecycleStates targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetFsuCollectionRequest,GetFsuCollectionResponse>
FleetSoftwareUpdateWaiters. forFsuCollection(GetFsuCollectionRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, CollectionLifecycleStates... targetStates)
Creates a newWaiter
using the provided configuration.Method parameters in com.oracle.bmc.fleetsoftwareupdate with type arguments of type GetFsuCollectionRequest Modifier and Type Method Description Future<GetFsuCollectionResponse>
FleetSoftwareUpdateAsync. getFsuCollection(GetFsuCollectionRequest request, AsyncHandler<GetFsuCollectionRequest,GetFsuCollectionResponse> handler)
Gets a Exadata Fleet Update Collection by identifier.Future<GetFsuCollectionResponse>
FleetSoftwareUpdateAsyncClient. getFsuCollection(GetFsuCollectionRequest request, AsyncHandler<GetFsuCollectionRequest,GetFsuCollectionResponse> handler)
-
Uses of GetFsuCollectionRequest in com.oracle.bmc.fleetsoftwareupdate.requests
Methods in com.oracle.bmc.fleetsoftwareupdate.requests that return GetFsuCollectionRequest Modifier and Type Method Description GetFsuCollectionRequest
GetFsuCollectionRequest.Builder. build()
Build the instance of GetFsuCollectionRequest as configured by this builderGetFsuCollectionRequest
GetFsuCollectionRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetFsuCollectionRequest as configured by this builderMethods in com.oracle.bmc.fleetsoftwareupdate.requests with parameters of type GetFsuCollectionRequest Modifier and Type Method Description GetFsuCollectionRequest.Builder
GetFsuCollectionRequest.Builder. copy(GetFsuCollectionRequest o)
Copy method to populate the builder with values from the given instance.
-