Uses of Class
software.amazon.awssdk.services.sns.model.RouteType
-
Packages that use RouteType Package Description software.amazon.awssdk.services.sns.model -
-
Uses of RouteType in software.amazon.awssdk.services.sns.model
Methods in software.amazon.awssdk.services.sns.model that return RouteType Modifier and Type Method Description static RouteTypeRouteType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RouteTypePhoneNumberInformation. routeType()The list of supported routes.static RouteTypeRouteType. valueOf(String name)Returns the enum constant of this type with the specified name.static RouteType[]RouteType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.sns.model that return types with arguments of type RouteType Modifier and Type Method Description static Set<RouteType>RouteType. knownValues()Methods in software.amazon.awssdk.services.sns.model with parameters of type RouteType Modifier and Type Method Description PhoneNumberInformation.BuilderPhoneNumberInformation.Builder. routeType(RouteType routeType)The list of supported routes.
-