Uses of Class
software.amazon.awssdk.services.servicediscovery.model.NamespaceType
-
Packages that use NamespaceType Package Description software.amazon.awssdk.services.servicediscovery.model -
-
Uses of NamespaceType in software.amazon.awssdk.services.servicediscovery.model
Methods in software.amazon.awssdk.services.servicediscovery.model that return NamespaceType Modifier and Type Method Description static NamespaceTypeNamespaceType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.NamespaceTypeNamespace. type()The type of the namespace.NamespaceTypeNamespaceSummary. type()The type of the namespace, either public or private.static NamespaceTypeNamespaceType. valueOf(String name)Returns the enum constant of this type with the specified name.static NamespaceType[]NamespaceType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.servicediscovery.model that return types with arguments of type NamespaceType Modifier and Type Method Description static Set<NamespaceType>NamespaceType. knownValues()Methods in software.amazon.awssdk.services.servicediscovery.model with parameters of type NamespaceType Modifier and Type Method Description Namespace.BuilderNamespace.Builder. type(NamespaceType type)The type of the namespace.NamespaceSummary.BuilderNamespaceSummary.Builder. type(NamespaceType type)The type of the namespace, either public or private.
-