Uses of Class
software.amazon.awssdk.services.networkflowmonitor.model.TargetId.Type
-
Packages that use TargetId.Type Package Description software.amazon.awssdk.services.networkflowmonitor.model -
-
Uses of TargetId.Type in software.amazon.awssdk.services.networkflowmonitor.model
Methods in software.amazon.awssdk.services.networkflowmonitor.model that return TargetId.Type Modifier and Type Method Description TargetId.TypeTargetId. type()Retrieve an enum value representing which member of this object is populated.static TargetId.TypeTargetId.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static TargetId.Type[]TargetId.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-