Uses of Class
software.amazon.awssdk.services.pinpointsmsvoicev2.model.NumberCapability
-
Packages that use NumberCapability Package Description software.amazon.awssdk.services.pinpointsmsvoicev2.model -
-
Uses of NumberCapability in software.amazon.awssdk.services.pinpointsmsvoicev2.model
Methods in software.amazon.awssdk.services.pinpointsmsvoicev2.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.NumberCapabilityGetProtectConfigurationCountryRuleSetRequest. numberCapability()The capability type to return the CountryRuleSet for.NumberCapabilityGetProtectConfigurationCountryRuleSetResponse. numberCapability()The capability type associated with the returned ProtectConfigurationCountryRuleSetInformation objects.NumberCapabilityUpdateProtectConfigurationCountryRuleSetRequest. numberCapability()The number capability to apply the CountryRuleSetUpdates updates to.NumberCapabilityUpdateProtectConfigurationCountryRuleSetResponse. numberCapability()The number capability that was updatedstatic 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.pinpointsmsvoicev2.model that return types with arguments of type NumberCapability Modifier and Type Method Description static Set<NumberCapability>NumberCapability. knownValues()List<NumberCapability>OriginationIdentityMetadata. numberCapabilities()Describes if the origination identity can be used for text messages, voice calls or both.List<NumberCapability>PhoneNumberInformation. numberCapabilities()Describes if the origination identity can be used for text messages, voice calls or both.List<NumberCapability>ReleasePhoneNumberResponse. numberCapabilities()Specifies if the number could be used for text messages, voice, or both.List<NumberCapability>RequestPhoneNumberRequest. numberCapabilities()Indicates if the phone number will be used for text messages, voice messages, or both.List<NumberCapability>RequestPhoneNumberResponse. numberCapabilities()Indicates if the phone number will be used for text messages, voice messages or both.List<NumberCapability>UpdatePhoneNumberResponse. numberCapabilities()Specifies if the number could be used for text messages, voice or both.Methods in software.amazon.awssdk.services.pinpointsmsvoicev2.model with parameters of type NumberCapability Modifier and Type Method Description OriginationIdentityMetadata.BuilderOriginationIdentityMetadata.Builder. numberCapabilities(NumberCapability... numberCapabilities)Describes if the origination identity can be used for text messages, voice calls or both.PhoneNumberInformation.BuilderPhoneNumberInformation.Builder. numberCapabilities(NumberCapability... numberCapabilities)Describes if the origination identity can be used for text messages, voice calls or both.ReleasePhoneNumberResponse.BuilderReleasePhoneNumberResponse.Builder. numberCapabilities(NumberCapability... numberCapabilities)Specifies if the number could be used for text messages, voice, or both.RequestPhoneNumberRequest.BuilderRequestPhoneNumberRequest.Builder. numberCapabilities(NumberCapability... numberCapabilities)Indicates if the phone number will be used for text messages, voice messages, or both.RequestPhoneNumberResponse.BuilderRequestPhoneNumberResponse.Builder. numberCapabilities(NumberCapability... numberCapabilities)Indicates if the phone number will be used for text messages, voice messages or both.UpdatePhoneNumberResponse.BuilderUpdatePhoneNumberResponse.Builder. numberCapabilities(NumberCapability... numberCapabilities)Specifies if the number could be used for text messages, voice or both.GetProtectConfigurationCountryRuleSetRequest.BuilderGetProtectConfigurationCountryRuleSetRequest.Builder. numberCapability(NumberCapability numberCapability)The capability type to return the CountryRuleSet for.GetProtectConfigurationCountryRuleSetResponse.BuilderGetProtectConfigurationCountryRuleSetResponse.Builder. numberCapability(NumberCapability numberCapability)The capability type associated with the returned ProtectConfigurationCountryRuleSetInformation objects.UpdateProtectConfigurationCountryRuleSetRequest.BuilderUpdateProtectConfigurationCountryRuleSetRequest.Builder. numberCapability(NumberCapability numberCapability)The number capability to apply the CountryRuleSetUpdates updates to.UpdateProtectConfigurationCountryRuleSetResponse.BuilderUpdateProtectConfigurationCountryRuleSetResponse.Builder. numberCapability(NumberCapability numberCapability)The number capability that was updatedMethod parameters in software.amazon.awssdk.services.pinpointsmsvoicev2.model with type arguments of type NumberCapability Modifier and Type Method Description OriginationIdentityMetadata.BuilderOriginationIdentityMetadata.Builder. numberCapabilities(Collection<NumberCapability> numberCapabilities)Describes if the origination identity can be used for text messages, voice calls or both.PhoneNumberInformation.BuilderPhoneNumberInformation.Builder. numberCapabilities(Collection<NumberCapability> numberCapabilities)Describes if the origination identity can be used for text messages, voice calls or both.ReleasePhoneNumberResponse.BuilderReleasePhoneNumberResponse.Builder. numberCapabilities(Collection<NumberCapability> numberCapabilities)Specifies if the number could be used for text messages, voice, or both.RequestPhoneNumberRequest.BuilderRequestPhoneNumberRequest.Builder. numberCapabilities(Collection<NumberCapability> numberCapabilities)Indicates if the phone number will be used for text messages, voice messages, or both.RequestPhoneNumberResponse.BuilderRequestPhoneNumberResponse.Builder. numberCapabilities(Collection<NumberCapability> numberCapabilities)Indicates if the phone number will be used for text messages, voice messages or both.UpdatePhoneNumberResponse.BuilderUpdatePhoneNumberResponse.Builder. numberCapabilities(Collection<NumberCapability> numberCapabilities)Specifies if the number could be used for text messages, voice or both.
-