Uses of Class
software.amazon.awssdk.services.sns.model.NumberCapability
-
Packages that use NumberCapability Package Description software.amazon.awssdk.services.sns.model -
-
Uses of NumberCapability in software.amazon.awssdk.services.sns.model
Methods in software.amazon.awssdk.services.sns.model that return NumberCapability Modifier and Type Method Description static NumberCapabilityNumberCapability. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static NumberCapabilityNumberCapability. valueOf(String name)Returns the enum constant of this type with the specified name.static NumberCapability[]NumberCapability. 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 NumberCapability Modifier and Type Method Description static Set<NumberCapability>NumberCapability. knownValues()List<NumberCapability>PhoneNumberInformation. numberCapabilities()The capabilities of each phone number.Methods in software.amazon.awssdk.services.sns.model with parameters of type NumberCapability Modifier and Type Method Description PhoneNumberInformation.BuilderPhoneNumberInformation.Builder. numberCapabilities(NumberCapability... numberCapabilities)The capabilities of each phone number.Method parameters in software.amazon.awssdk.services.sns.model with type arguments of type NumberCapability Modifier and Type Method Description PhoneNumberInformation.BuilderPhoneNumberInformation.Builder. numberCapabilities(Collection<NumberCapability> numberCapabilities)The capabilities of each phone number.
-