Uses of Interface
software.amazon.awssdk.services.pinpointsmsvoicev2.model.RegistrationTypeDisplayHints.Builder
-
Packages that use RegistrationTypeDisplayHints.Builder Package Description software.amazon.awssdk.services.pinpointsmsvoicev2.model -
-
Uses of RegistrationTypeDisplayHints.Builder in software.amazon.awssdk.services.pinpointsmsvoicev2.model
Methods in software.amazon.awssdk.services.pinpointsmsvoicev2.model that return RegistrationTypeDisplayHints.Builder Modifier and Type Method Description static RegistrationTypeDisplayHints.BuilderRegistrationTypeDisplayHints. builder()RegistrationTypeDisplayHints.BuilderRegistrationTypeDisplayHints.Builder. documentationLink(String documentationLink)The link to the document the display hint is associated with.RegistrationTypeDisplayHints.BuilderRegistrationTypeDisplayHints.Builder. documentationTitle(String documentationTitle)The title of the document the display hint is associated with.RegistrationTypeDisplayHints.BuilderRegistrationTypeDisplayHints.Builder. longDescription(String longDescription)A full description of the display hint.RegistrationTypeDisplayHints.BuilderRegistrationTypeDisplayHints.Builder. shortDescription(String shortDescription)A short description of the display hint.RegistrationTypeDisplayHints.BuilderRegistrationTypeDisplayHints.Builder. title(String title)The title of the display hint.RegistrationTypeDisplayHints.BuilderRegistrationTypeDisplayHints. toBuilder()Methods in software.amazon.awssdk.services.pinpointsmsvoicev2.model that return types with arguments of type RegistrationTypeDisplayHints.Builder Modifier and Type Method Description static Class<? extends RegistrationTypeDisplayHints.Builder>RegistrationTypeDisplayHints. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.pinpointsmsvoicev2.model with type arguments of type RegistrationTypeDisplayHints.Builder Modifier and Type Method Description default RegistrationTypeDefinition.BuilderRegistrationTypeDefinition.Builder. displayHints(Consumer<RegistrationTypeDisplayHints.Builder> displayHints)Provides help information on the registration.
-