Uses of Class
com.oracle.bmc.fleetsoftwareupdate.requests.DeleteFsuCollectionTargetRequest
-
Packages that use DeleteFsuCollectionTargetRequest Package Description com.oracle.bmc.fleetsoftwareupdate com.oracle.bmc.fleetsoftwareupdate.requests -
-
Uses of DeleteFsuCollectionTargetRequest in com.oracle.bmc.fleetsoftwareupdate
Methods in com.oracle.bmc.fleetsoftwareupdate with parameters of type DeleteFsuCollectionTargetRequest Modifier and Type Method Description DeleteFsuCollectionTargetResponse
FleetSoftwareUpdate. deleteFsuCollectionTarget(DeleteFsuCollectionTargetRequest request)
Removes a target from an existing Exadata Fleet Update Collection.Future<DeleteFsuCollectionTargetResponse>
FleetSoftwareUpdateAsync. deleteFsuCollectionTarget(DeleteFsuCollectionTargetRequest request, AsyncHandler<DeleteFsuCollectionTargetRequest,DeleteFsuCollectionTargetResponse> handler)
Removes a target from an existing Exadata Fleet Update Collection.Future<DeleteFsuCollectionTargetResponse>
FleetSoftwareUpdateAsyncClient. deleteFsuCollectionTarget(DeleteFsuCollectionTargetRequest request, AsyncHandler<DeleteFsuCollectionTargetRequest,DeleteFsuCollectionTargetResponse> handler)
DeleteFsuCollectionTargetResponse
FleetSoftwareUpdateClient. deleteFsuCollectionTarget(DeleteFsuCollectionTargetRequest request)
Method parameters in com.oracle.bmc.fleetsoftwareupdate with type arguments of type DeleteFsuCollectionTargetRequest Modifier and Type Method Description Future<DeleteFsuCollectionTargetResponse>
FleetSoftwareUpdateAsync. deleteFsuCollectionTarget(DeleteFsuCollectionTargetRequest request, AsyncHandler<DeleteFsuCollectionTargetRequest,DeleteFsuCollectionTargetResponse> handler)
Removes a target from an existing Exadata Fleet Update Collection.Future<DeleteFsuCollectionTargetResponse>
FleetSoftwareUpdateAsyncClient. deleteFsuCollectionTarget(DeleteFsuCollectionTargetRequest request, AsyncHandler<DeleteFsuCollectionTargetRequest,DeleteFsuCollectionTargetResponse> handler)
-
Uses of DeleteFsuCollectionTargetRequest in com.oracle.bmc.fleetsoftwareupdate.requests
Methods in com.oracle.bmc.fleetsoftwareupdate.requests that return DeleteFsuCollectionTargetRequest Modifier and Type Method Description DeleteFsuCollectionTargetRequest
DeleteFsuCollectionTargetRequest.Builder. build()
Build the instance of DeleteFsuCollectionTargetRequest as configured by this builderDeleteFsuCollectionTargetRequest
DeleteFsuCollectionTargetRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeleteFsuCollectionTargetRequest as configured by this builderMethods in com.oracle.bmc.fleetsoftwareupdate.requests with parameters of type DeleteFsuCollectionTargetRequest Modifier and Type Method Description DeleteFsuCollectionTargetRequest.Builder
DeleteFsuCollectionTargetRequest.Builder. copy(DeleteFsuCollectionTargetRequest o)
Copy method to populate the builder with values from the given instance.
-