Uses of Enum
software.amazon.awssdk.services.sns.model.NumberCapability
Packages that use NumberCapability
-
Uses of NumberCapability in software.amazon.awssdk.services.sns.model
Methods in software.amazon.awssdk.services.sns.model that return NumberCapabilityModifier and TypeMethodDescriptionstatic NumberCapabilityUse this in place of valueOf to convert the raw string returned by the service into the enum value.static NumberCapabilityReturns 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 NumberCapabilityModifier and TypeMethodDescriptionstatic Set<NumberCapability>NumberCapability.knownValues()final List<NumberCapability>PhoneNumberInformation.numberCapabilities()The capabilities of each phone number.Methods in software.amazon.awssdk.services.sns.model with parameters of type NumberCapabilityModifier and TypeMethodDescriptionPhoneNumberInformation.Builder.numberCapabilities(NumberCapability... numberCapabilities) The capabilities of each phone number.Method parameters in software.amazon.awssdk.services.sns.model with type arguments of type NumberCapabilityModifier and TypeMethodDescriptionPhoneNumberInformation.Builder.numberCapabilities(Collection<NumberCapability> numberCapabilities) The capabilities of each phone number.