Uses of Class
com.oracle.bmc.fleetsoftwareupdate.requests.ListFsuDiscoveryTargetsRequest.Status
-
Packages that use ListFsuDiscoveryTargetsRequest.Status Package Description com.oracle.bmc.fleetsoftwareupdate.requests -
-
Uses of ListFsuDiscoveryTargetsRequest.Status in com.oracle.bmc.fleetsoftwareupdate.requests
Methods in com.oracle.bmc.fleetsoftwareupdate.requests that return ListFsuDiscoveryTargetsRequest.Status Modifier and Type Method Description static ListFsuDiscoveryTargetsRequest.StatusListFsuDiscoveryTargetsRequest.Status. create(String key)ListFsuDiscoveryTargetsRequest.StatusListFsuDiscoveryTargetsRequest. getStatus()A filter to return only entries whose status matches the given status.static ListFsuDiscoveryTargetsRequest.StatusListFsuDiscoveryTargetsRequest.Status. valueOf(String name)Returns the enum constant of this type with the specified name.static ListFsuDiscoveryTargetsRequest.Status[]ListFsuDiscoveryTargetsRequest.Status. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.fleetsoftwareupdate.requests with parameters of type ListFsuDiscoveryTargetsRequest.Status Modifier and Type Method Description ListFsuDiscoveryTargetsRequest.BuilderListFsuDiscoveryTargetsRequest.Builder. status(ListFsuDiscoveryTargetsRequest.Status status)A filter to return only entries whose status matches the given status.
-