Uses of Class
software.amazon.awssdk.services.networkmanager.model.SiteState
-
Packages that use SiteState Package Description software.amazon.awssdk.services.networkmanager.model -
-
Uses of SiteState in software.amazon.awssdk.services.networkmanager.model
Methods in software.amazon.awssdk.services.networkmanager.model that return SiteState Modifier and Type Method Description static SiteStateSiteState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SiteStateSite. state()The state of the site.static SiteStateSiteState. valueOf(String name)Returns the enum constant of this type with the specified name.static SiteState[]SiteState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.networkmanager.model that return types with arguments of type SiteState Modifier and Type Method Description static Set<SiteState>SiteState. knownValues()Methods in software.amazon.awssdk.services.networkmanager.model with parameters of type SiteState Modifier and Type Method Description Site.BuilderSite.Builder. state(SiteState state)The state of the site.
-