Uses of Class
com.oracle.bmc.fleetsoftwareupdate.requests.AbortFsuDiscoveryRequest
-
Packages that use AbortFsuDiscoveryRequest Package Description com.oracle.bmc.fleetsoftwareupdate com.oracle.bmc.fleetsoftwareupdate.requests -
-
Uses of AbortFsuDiscoveryRequest in com.oracle.bmc.fleetsoftwareupdate
Methods in com.oracle.bmc.fleetsoftwareupdate with parameters of type AbortFsuDiscoveryRequest Modifier and Type Method Description AbortFsuDiscoveryResponse
FleetSoftwareUpdate. abortFsuDiscovery(AbortFsuDiscoveryRequest request)
Aborts Exadata Fleet Update Discovery in progress.Future<AbortFsuDiscoveryResponse>
FleetSoftwareUpdateAsync. abortFsuDiscovery(AbortFsuDiscoveryRequest request, AsyncHandler<AbortFsuDiscoveryRequest,AbortFsuDiscoveryResponse> handler)
Aborts Exadata Fleet Update Discovery in progress.Future<AbortFsuDiscoveryResponse>
FleetSoftwareUpdateAsyncClient. abortFsuDiscovery(AbortFsuDiscoveryRequest request, AsyncHandler<AbortFsuDiscoveryRequest,AbortFsuDiscoveryResponse> handler)
AbortFsuDiscoveryResponse
FleetSoftwareUpdateClient. abortFsuDiscovery(AbortFsuDiscoveryRequest request)
Method parameters in com.oracle.bmc.fleetsoftwareupdate with type arguments of type AbortFsuDiscoveryRequest Modifier and Type Method Description Future<AbortFsuDiscoveryResponse>
FleetSoftwareUpdateAsync. abortFsuDiscovery(AbortFsuDiscoveryRequest request, AsyncHandler<AbortFsuDiscoveryRequest,AbortFsuDiscoveryResponse> handler)
Aborts Exadata Fleet Update Discovery in progress.Future<AbortFsuDiscoveryResponse>
FleetSoftwareUpdateAsyncClient. abortFsuDiscovery(AbortFsuDiscoveryRequest request, AsyncHandler<AbortFsuDiscoveryRequest,AbortFsuDiscoveryResponse> handler)
-
Uses of AbortFsuDiscoveryRequest in com.oracle.bmc.fleetsoftwareupdate.requests
Methods in com.oracle.bmc.fleetsoftwareupdate.requests that return AbortFsuDiscoveryRequest Modifier and Type Method Description AbortFsuDiscoveryRequest
AbortFsuDiscoveryRequest.Builder. build()
Build the instance of AbortFsuDiscoveryRequest as configured by this builderAbortFsuDiscoveryRequest
AbortFsuDiscoveryRequest.Builder. buildWithoutInvocationCallback()
Build the instance of AbortFsuDiscoveryRequest as configured by this builderMethods in com.oracle.bmc.fleetsoftwareupdate.requests with parameters of type AbortFsuDiscoveryRequest Modifier and Type Method Description AbortFsuDiscoveryRequest.Builder
AbortFsuDiscoveryRequest.Builder. copy(AbortFsuDiscoveryRequest o)
Copy method to populate the builder with values from the given instance.
-