| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
AttachedFileError |
AttachedFileError.clone() |
AttachedFileError |
AttachedFileError.withErrorCode(String errorCode)
Status code describing the failure.
|
AttachedFileError |
AttachedFileError.withErrorMessage(String errorMessage)
Why the attached file couldn't be retrieved.
|
AttachedFileError |
AttachedFileError.withFileId(String fileId)
The unique identifier of the attached file resource.
|
| Modifier and Type | Method and Description |
|---|---|
List<AttachedFileError> |
BatchGetAttachedFileMetadataResult.getErrors()
List of errors of attached files that could not be retrieved.
|
| Modifier and Type | Method and Description |
|---|---|
BatchGetAttachedFileMetadataResult |
BatchGetAttachedFileMetadataResult.withErrors(AttachedFileError... errors)
List of errors of attached files that could not be retrieved.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchGetAttachedFileMetadataResult.setErrors(Collection<AttachedFileError> errors)
List of errors of attached files that could not be retrieved.
|
BatchGetAttachedFileMetadataResult |
BatchGetAttachedFileMetadataResult.withErrors(Collection<AttachedFileError> errors)
List of errors of attached files that could not be retrieved.
|
Copyright © 2024. All rights reserved.