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