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