| Package | Description |
|---|---|
| software.amazon.awssdk.services.chimesdkmessaging.model |
| Modifier and Type | Method and Description |
|---|---|
BatchCreateChannelMembershipResponse.Builder |
BatchCreateChannelMembershipResponse.Builder.batchChannelMemberships(BatchChannelMemberships batchChannelMemberships)
The list of channel memberships in the response.
|
default BatchCreateChannelMembershipResponse.Builder |
BatchCreateChannelMembershipResponse.Builder.batchChannelMemberships(Consumer<BatchChannelMemberships.Builder> batchChannelMemberships)
The list of channel memberships in the response.
|
static BatchCreateChannelMembershipResponse.Builder |
BatchCreateChannelMembershipResponse.builder() |
BatchCreateChannelMembershipResponse.Builder |
BatchCreateChannelMembershipResponse.Builder.errors(BatchCreateChannelMembershipError... errors)
If the action fails for one or more of the memberships in the request, a list of the memberships is returned,
along with error codes and error messages.
|
BatchCreateChannelMembershipResponse.Builder |
BatchCreateChannelMembershipResponse.Builder.errors(Collection<BatchCreateChannelMembershipError> errors)
If the action fails for one or more of the memberships in the request, a list of the memberships is returned,
along with error codes and error messages.
|
BatchCreateChannelMembershipResponse.Builder |
BatchCreateChannelMembershipResponse.Builder.errors(Consumer<BatchCreateChannelMembershipError.Builder>... errors)
If the action fails for one or more of the memberships in the request, a list of the memberships is returned,
along with error codes and error messages.
|
BatchCreateChannelMembershipResponse.Builder |
BatchCreateChannelMembershipResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BatchCreateChannelMembershipResponse.Builder> |
BatchCreateChannelMembershipResponse.serializableBuilderClass() |
Copyright © 2022. All rights reserved.