| Package | Description |
|---|---|
| com.amazonaws.services.connectparticipant.model |
| Modifier and Type | Method and Description |
|---|---|
UploadMetadata |
UploadMetadata.addHeadersToIncludeEntry(String key,
String value)
Add a single HeadersToInclude entry
|
UploadMetadata |
UploadMetadata.clearHeadersToIncludeEntries()
Removes all the entries added into HeadersToInclude.
|
UploadMetadata |
UploadMetadata.clone() |
UploadMetadata |
StartAttachmentUploadResult.getUploadMetadata()
Fields to be used while uploading the attachment.
|
UploadMetadata |
UploadMetadata.withHeadersToInclude(Map<String,String> headersToInclude)
The headers to be provided while uploading the file to the URL.
|
UploadMetadata |
UploadMetadata.withUrl(String url)
This is the pre-signed URL that can be used for uploading the file to Amazon S3 when used in response to StartAttachmentUpload.
|
UploadMetadata |
UploadMetadata.withUrlExpiry(String urlExpiry)
The expiration time of the URL in ISO timestamp.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StartAttachmentUploadResult.setUploadMetadata(UploadMetadata uploadMetadata)
Fields to be used while uploading the attachment.
|
StartAttachmentUploadResult |
StartAttachmentUploadResult.withUploadMetadata(UploadMetadata uploadMetadata)
Fields to be used while uploading the attachment.
|
Copyright © 2023. All rights reserved.