| Package | Description |
|---|---|
| com.amazonaws.services.chime.model |
| Modifier and Type | Method and Description |
|---|---|
BatchCreateChannelMembershipError |
BatchCreateChannelMembershipError.clone() |
BatchCreateChannelMembershipError |
BatchCreateChannelMembershipError.withErrorCode(ErrorCode errorCode)
The error code.
|
BatchCreateChannelMembershipError |
BatchCreateChannelMembershipError.withErrorCode(String errorCode)
The error code.
|
BatchCreateChannelMembershipError |
BatchCreateChannelMembershipError.withErrorMessage(String errorMessage)
The error message.
|
BatchCreateChannelMembershipError |
BatchCreateChannelMembershipError.withMemberArn(String memberArn)
The ARN of the member that the service couldn't add.
|
| Modifier and Type | Method and Description |
|---|---|
List<BatchCreateChannelMembershipError> |
BatchCreateChannelMembershipResult.getErrors()
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.
|
| Modifier and Type | Method and Description |
|---|---|
BatchCreateChannelMembershipResult |
BatchCreateChannelMembershipResult.withErrors(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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchCreateChannelMembershipResult.setErrors(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.
|
BatchCreateChannelMembershipResult |
BatchCreateChannelMembershipResult.withErrors(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.
|
Copyright © 2024. All rights reserved.