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> |
SubmitAttachmentStateChangesRequest.getAttachments()
Any attachments associated with the state change request.
|
List<AttachmentStateChange> |
SubmitTaskStateChangeRequest.getAttachments()
Any attachments associated with the state change request.
|
Modifier and Type | Method and Description |
---|---|
SubmitAttachmentStateChangesRequest |
SubmitAttachmentStateChangesRequest.withAttachments(AttachmentStateChange... attachments)
Any attachments associated with the state change request.
|
SubmitTaskStateChangeRequest |
SubmitTaskStateChangeRequest.withAttachments(AttachmentStateChange... attachments)
Any attachments associated with the state change request.
|
Modifier and Type | Method and Description |
---|---|
void |
SubmitAttachmentStateChangesRequest.setAttachments(Collection<AttachmentStateChange> attachments)
Any attachments associated with the state change request.
|
void |
SubmitTaskStateChangeRequest.setAttachments(Collection<AttachmentStateChange> attachments)
Any attachments associated with the state change request.
|
SubmitAttachmentStateChangesRequest |
SubmitAttachmentStateChangesRequest.withAttachments(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 © 2021. All rights reserved.