| Package | Description |
|---|---|
| com.amazonaws.services.ecs.model |
| Modifier and Type | Method and Description |
|---|---|
AttachmentStateChange |
AttachmentStateChange.clone() |
AttachmentStateChange |
AttachmentStateChange.withAttachmentArn(String attachmentArn)
The Amazon Resource Name (ARN) of the attachment.
|
AttachmentStateChange |
AttachmentStateChange.withStatus(String status)
The status of the attachment.
|
| Modifier and Type | Method and Description |
|---|---|
List<AttachmentStateChange> |
SubmitTaskStateChangeRequest.getAttachments()
Any attachments associated with the state change request.
|
| Modifier and Type | Method and Description |
|---|---|
SubmitTaskStateChangeRequest |
SubmitTaskStateChangeRequest.withAttachments(AttachmentStateChange... attachments)
Any attachments associated with the state change request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SubmitTaskStateChangeRequest.setAttachments(Collection<AttachmentStateChange> attachments)
Any attachments associated with the state change request.
|
SubmitTaskStateChangeRequest |
SubmitTaskStateChangeRequest.withAttachments(Collection<AttachmentStateChange> attachments)
Any attachments associated with the state change request.
|
Copyright © 2019. All rights reserved.