| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
CreatedByInfo |
CreatedByInfo.clone() |
CreatedByInfo |
StartAttachedFileUploadResult.getCreatedBy()
Represents the identity that created the file.
|
CreatedByInfo |
GetAttachedFileResult.getCreatedBy()
Represents the identity that created the file.
|
CreatedByInfo |
StartAttachedFileUploadRequest.getCreatedBy()
Represents the identity that created the file.
|
CreatedByInfo |
AttachedFile.getCreatedBy()
Represents the identity that created the file.
|
CreatedByInfo |
CreatedByInfo.withAWSIdentityArn(String aWSIdentityArn)
STS or IAM ARN representing the identity of API Caller.
|
CreatedByInfo |
CreatedByInfo.withConnectUserArn(String connectUserArn)
An agent ARN representing a connect user.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StartAttachedFileUploadResult.setCreatedBy(CreatedByInfo createdBy)
Represents the identity that created the file.
|
void |
GetAttachedFileResult.setCreatedBy(CreatedByInfo createdBy)
Represents the identity that created the file.
|
void |
StartAttachedFileUploadRequest.setCreatedBy(CreatedByInfo createdBy)
Represents the identity that created the file.
|
void |
AttachedFile.setCreatedBy(CreatedByInfo createdBy)
Represents the identity that created the file.
|
StartAttachedFileUploadResult |
StartAttachedFileUploadResult.withCreatedBy(CreatedByInfo createdBy)
Represents the identity that created the file.
|
GetAttachedFileResult |
GetAttachedFileResult.withCreatedBy(CreatedByInfo createdBy)
Represents the identity that created the file.
|
StartAttachedFileUploadRequest |
StartAttachedFileUploadRequest.withCreatedBy(CreatedByInfo createdBy)
Represents the identity that created the file.
|
AttachedFile |
AttachedFile.withCreatedBy(CreatedByInfo createdBy)
Represents the identity that created the file.
|
Copyright © 2024. All rights reserved.