| Package | Description |
|---|---|
| com.amazonaws.services.connect |
Amazon Connect is a cloud-based contact center solution that you use to set up and manage a customer contact center
and provide reliable customer engagement at any scale.
|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
GetAttachedFileResult |
AmazonConnectClient.getAttachedFile(GetAttachedFileRequest request)
Provides a pre-signed URL for download of an approved attached file.
|
GetAttachedFileResult |
AmazonConnect.getAttachedFile(GetAttachedFileRequest getAttachedFileRequest)
Provides a pre-signed URL for download of an approved attached file.
|
GetAttachedFileResult |
AbstractAmazonConnect.getAttachedFile(GetAttachedFileRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetAttachedFileResult> |
AmazonConnectAsyncClient.getAttachedFileAsync(GetAttachedFileRequest request,
AsyncHandler<GetAttachedFileRequest,GetAttachedFileResult> asyncHandler) |
Future<GetAttachedFileResult> |
AmazonConnectAsync.getAttachedFileAsync(GetAttachedFileRequest getAttachedFileRequest,
AsyncHandler<GetAttachedFileRequest,GetAttachedFileResult> asyncHandler)
Provides a pre-signed URL for download of an approved attached file.
|
Future<GetAttachedFileResult> |
AbstractAmazonConnectAsync.getAttachedFileAsync(GetAttachedFileRequest request,
AsyncHandler<GetAttachedFileRequest,GetAttachedFileResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetAttachedFileResult |
GetAttachedFileResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
GetAttachedFileResult |
GetAttachedFileResult.clearTagsEntries()
Removes all the entries added into Tags.
|
GetAttachedFileResult |
GetAttachedFileResult.clone() |
GetAttachedFileResult |
GetAttachedFileResult.withAssociatedResourceArn(String associatedResourceArn)
The resource to which the attached file is (being) uploaded to.
|
GetAttachedFileResult |
GetAttachedFileResult.withCreatedBy(CreatedByInfo createdBy)
Represents the identity that created the file.
|
GetAttachedFileResult |
GetAttachedFileResult.withCreationTime(String creationTime)
The time of Creation of the file resource as an ISO timestamp.
|
GetAttachedFileResult |
GetAttachedFileResult.withDownloadUrlMetadata(DownloadUrlMetadata downloadUrlMetadata)
URL and expiry to be used when downloading the attached file.
|
GetAttachedFileResult |
GetAttachedFileResult.withFileArn(String fileArn)
The unique identifier of the attached file resource (ARN).
|
GetAttachedFileResult |
GetAttachedFileResult.withFileId(String fileId)
The unique identifier of the attached file resource.
|
GetAttachedFileResult |
GetAttachedFileResult.withFileName(String fileName)
A case-sensitive name of the attached file being uploaded.
|
GetAttachedFileResult |
GetAttachedFileResult.withFileSizeInBytes(Long fileSizeInBytes)
The size of the attached file in bytes.
|
GetAttachedFileResult |
GetAttachedFileResult.withFileStatus(FileStatusType fileStatus)
The current status of the attached file.
|
GetAttachedFileResult |
GetAttachedFileResult.withFileStatus(String fileStatus)
The current status of the attached file.
|
GetAttachedFileResult |
GetAttachedFileResult.withFileUseCaseType(FileUseCaseType fileUseCaseType)
The use case for the file.
|
GetAttachedFileResult |
GetAttachedFileResult.withFileUseCaseType(String fileUseCaseType)
The use case for the file.
|
GetAttachedFileResult |
GetAttachedFileResult.withTags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
Copyright © 2024. All rights reserved.