Uses of Interface
software.amazon.awssdk.services.chime.model.Participant.Builder
-
Packages that use Participant.Builder Package Description software.amazon.awssdk.services.chime.model -
-
Uses of Participant.Builder in software.amazon.awssdk.services.chime.model
Methods in software.amazon.awssdk.services.chime.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.chime.model that return types with arguments of type Participant.Builder Modifier and Type Method Description static Class<? extends Participant.Builder>Participant. serializableBuilderClass()
-