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