| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
AttachedFile |
AttachedFile.addTagsEntry(String key,
String value)
Add a single Tags entry
|
AttachedFile |
AttachedFile.clearTagsEntries()
Removes all the entries added into Tags.
|
AttachedFile |
AttachedFile.clone() |
AttachedFile |
AttachedFile.withAssociatedResourceArn(String associatedResourceArn)
The resource to which the attached file is (being) uploaded to.
|
AttachedFile |
AttachedFile.withCreatedBy(CreatedByInfo createdBy)
Represents the identity that created the file.
|
AttachedFile |
AttachedFile.withCreationTime(String creationTime)
The time of Creation of the file resource as an ISO timestamp.
|
AttachedFile |
AttachedFile.withFileArn(String fileArn)
The unique identifier of the attached file resource (ARN).
|
AttachedFile |
AttachedFile.withFileId(String fileId)
The unique identifier of the attached file resource.
|
AttachedFile |
AttachedFile.withFileName(String fileName)
A case-sensitive name of the attached file being uploaded.
|
AttachedFile |
AttachedFile.withFileSizeInBytes(Long fileSizeInBytes)
The size of the attached file in bytes.
|
AttachedFile |
AttachedFile.withFileStatus(FileStatusType fileStatus)
The current status of the attached file.
|
AttachedFile |
AttachedFile.withFileStatus(String fileStatus)
The current status of the attached file.
|
AttachedFile |
AttachedFile.withFileUseCaseType(FileUseCaseType fileUseCaseType)
The use case for the file.
|
AttachedFile |
AttachedFile.withFileUseCaseType(String fileUseCaseType)
The use case for the file.
|
AttachedFile |
AttachedFile.withTags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
| Modifier and Type | Method and Description |
|---|---|
List<AttachedFile> |
BatchGetAttachedFileMetadataResult.getFiles()
List of attached files that were successfully retrieved.
|
| Modifier and Type | Method and Description |
|---|---|
BatchGetAttachedFileMetadataResult |
BatchGetAttachedFileMetadataResult.withFiles(AttachedFile... files)
List of attached files that were successfully retrieved.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchGetAttachedFileMetadataResult.setFiles(Collection<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.