Uses of Interface
software.amazon.awssdk.services.chimesdkvoice.model.Participant.Builder
-
Packages that use Participant.Builder Package Description software.amazon.awssdk.services.chimesdkvoice.model -
-
Uses of Participant.Builder in software.amazon.awssdk.services.chimesdkvoice.model
Methods in software.amazon.awssdk.services.chimesdkvoice.model that return Participant.Builder Modifier and Type Method Description static Participant.BuilderParticipant. builder()Participant.BuilderParticipant.Builder. phoneNumber(String phoneNumber)The participant's phone number.Participant.BuilderParticipant.Builder. proxyPhoneNumber(String proxyPhoneNumber)The participant's proxy phone number.Participant.BuilderParticipant. toBuilder()Methods in software.amazon.awssdk.services.chimesdkvoice.model that return types with arguments of type Participant.Builder Modifier and Type Method Description static Class<? extends Participant.Builder>Participant. serializableBuilderClass()
-