| Package | Description |
|---|---|
| com.amazonaws.services.connect |
|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
BatchGetAttachedFileMetadataResult |
AmazonConnectClient.batchGetAttachedFileMetadata(BatchGetAttachedFileMetadataRequest request)
Allows you to retrieve metadata about multiple attached files on an associated resource.
|
BatchGetAttachedFileMetadataResult |
AbstractAmazonConnect.batchGetAttachedFileMetadata(BatchGetAttachedFileMetadataRequest request) |
BatchGetAttachedFileMetadataResult |
AmazonConnect.batchGetAttachedFileMetadata(BatchGetAttachedFileMetadataRequest batchGetAttachedFileMetadataRequest)
Allows you to retrieve metadata about multiple attached files on an associated resource.
|
| Modifier and Type | Method and Description |
|---|---|
BatchGetAttachedFileMetadataResult |
BatchGetAttachedFileMetadataResult.clone() |
BatchGetAttachedFileMetadataResult |
BatchGetAttachedFileMetadataResult.withErrors(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.
|
BatchGetAttachedFileMetadataResult |
BatchGetAttachedFileMetadataResult.withFiles(AttachedFile... files)
List of attached files that were successfully retrieved.
|
BatchGetAttachedFileMetadataResult |
BatchGetAttachedFileMetadataResult.withFiles(Collection<AttachedFile> files)
List of attached files that were successfully retrieved.
|
Copyright © 2024. All rights reserved.