Uses of Interface
software.amazon.awssdk.services.chime.model.BatchCreateAttendeeRequest.Builder
-
Packages that use BatchCreateAttendeeRequest.Builder Package Description software.amazon.awssdk.services.chime software.amazon.awssdk.services.chime.model -
-
Uses of BatchCreateAttendeeRequest.Builder in software.amazon.awssdk.services.chime
Method parameters in software.amazon.awssdk.services.chime with type arguments of type BatchCreateAttendeeRequest.Builder Modifier and Type Method Description default CompletableFuture<BatchCreateAttendeeResponse>ChimeAsyncClient. batchCreateAttendee(Consumer<BatchCreateAttendeeRequest.Builder> batchCreateAttendeeRequest)Deprecated.Replaced by BatchCreateAttendee in the Amazon Chime SDK Meetings Namespacedefault BatchCreateAttendeeResponseChimeClient. batchCreateAttendee(Consumer<BatchCreateAttendeeRequest.Builder> batchCreateAttendeeRequest)Deprecated.Replaced by BatchCreateAttendee in the Amazon Chime SDK Meetings Namespace -
Uses of BatchCreateAttendeeRequest.Builder in software.amazon.awssdk.services.chime.model
Methods in software.amazon.awssdk.services.chime.model that return BatchCreateAttendeeRequest.Builder Modifier and Type Method Description BatchCreateAttendeeRequest.BuilderBatchCreateAttendeeRequest.Builder. attendees(Collection<CreateAttendeeRequestItem> attendees)The request containing the attendees to create.BatchCreateAttendeeRequest.BuilderBatchCreateAttendeeRequest.Builder. attendees(Consumer<CreateAttendeeRequestItem.Builder>... attendees)The request containing the attendees to create.BatchCreateAttendeeRequest.BuilderBatchCreateAttendeeRequest.Builder. attendees(CreateAttendeeRequestItem... attendees)The request containing the attendees to create.static BatchCreateAttendeeRequest.BuilderBatchCreateAttendeeRequest. builder()BatchCreateAttendeeRequest.BuilderBatchCreateAttendeeRequest.Builder. meetingId(String meetingId)The Amazon Chime SDK meeting ID.BatchCreateAttendeeRequest.BuilderBatchCreateAttendeeRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)BatchCreateAttendeeRequest.BuilderBatchCreateAttendeeRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)BatchCreateAttendeeRequest.BuilderBatchCreateAttendeeRequest. toBuilder()Methods in software.amazon.awssdk.services.chime.model that return types with arguments of type BatchCreateAttendeeRequest.Builder Modifier and Type Method Description static Class<? extends BatchCreateAttendeeRequest.Builder>BatchCreateAttendeeRequest. serializableBuilderClass()
-