| Package | Description |
|---|---|
| software.amazon.awssdk.services.chime.model |
| Modifier and Type | Method and Description |
|---|---|
static BatchCreateRoomMembershipResponse.Builder |
BatchCreateRoomMembershipResponse.builder() |
BatchCreateRoomMembershipResponse.Builder |
BatchCreateRoomMembershipResponse.Builder.errors(Collection<MemberError> errors)
If the action fails for one or more of the member IDs in the request, a list of the member IDs is returned,
along with error codes and error messages.
|
BatchCreateRoomMembershipResponse.Builder |
BatchCreateRoomMembershipResponse.Builder.errors(Consumer<MemberError.Builder>... errors)
If the action fails for one or more of the member IDs in the request, a list of the member IDs is returned,
along with error codes and error messages.
|
BatchCreateRoomMembershipResponse.Builder |
BatchCreateRoomMembershipResponse.Builder.errors(MemberError... errors)
If the action fails for one or more of the member IDs in the request, a list of the member IDs is returned,
along with error codes and error messages.
|
BatchCreateRoomMembershipResponse.Builder |
BatchCreateRoomMembershipResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BatchCreateRoomMembershipResponse.Builder> |
BatchCreateRoomMembershipResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.