Uses of Class
software.amazon.awssdk.services.pinpointsmsvoicev2.model.SupportedAssociation
-
Packages that use SupportedAssociation Package Description software.amazon.awssdk.services.pinpointsmsvoicev2.model -
-
Uses of SupportedAssociation in software.amazon.awssdk.services.pinpointsmsvoicev2.model
Methods in software.amazon.awssdk.services.pinpointsmsvoicev2.model that return types with arguments of type SupportedAssociation Modifier and Type Method Description List<SupportedAssociation>RegistrationTypeDefinition. supportedAssociations()The supported association behavior for the registration type.Methods in software.amazon.awssdk.services.pinpointsmsvoicev2.model with parameters of type SupportedAssociation Modifier and Type Method Description RegistrationTypeDefinition.BuilderRegistrationTypeDefinition.Builder. supportedAssociations(SupportedAssociation... supportedAssociations)The supported association behavior for the registration type.Method parameters in software.amazon.awssdk.services.pinpointsmsvoicev2.model with type arguments of type SupportedAssociation Modifier and Type Method Description RegistrationTypeDefinition.BuilderRegistrationTypeDefinition.Builder. supportedAssociations(Collection<SupportedAssociation> supportedAssociations)The supported association behavior for the registration type.
-