| Package | Description |
|---|---|
| com.amazonaws.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
EcsTaskDetails |
EcsTaskDetails.clone() |
EcsTaskDetails |
EcsClusterDetails.getTaskDetails()
Contains information about the details of the ECS Task.
|
EcsTaskDetails |
EcsTaskDetails.withArn(String arn)
The Amazon Resource Name (ARN) of the task.
|
EcsTaskDetails |
EcsTaskDetails.withContainers(Collection<Container> containers)
The containers that's associated with the task.
|
EcsTaskDetails |
EcsTaskDetails.withContainers(Container... containers)
The containers that's associated with the task.
|
EcsTaskDetails |
EcsTaskDetails.withDefinitionArn(String definitionArn)
The ARN of the task definition that creates the task.
|
EcsTaskDetails |
EcsTaskDetails.withGroup(String group)
The name of the task group that's associated with the task.
|
EcsTaskDetails |
EcsTaskDetails.withStartedAt(Date startedAt)
The Unix timestamp for the time when the task started.
|
EcsTaskDetails |
EcsTaskDetails.withStartedBy(String startedBy)
Contains the tag specified when a task is started.
|
EcsTaskDetails |
EcsTaskDetails.withTags(Collection<Tag> tags)
The tags of the ECS Task.
|
EcsTaskDetails |
EcsTaskDetails.withTags(Tag... tags)
The tags of the ECS Task.
|
EcsTaskDetails |
EcsTaskDetails.withTaskCreatedAt(Date taskCreatedAt)
The Unix timestamp for the time when the task was created.
|
EcsTaskDetails |
EcsTaskDetails.withVersion(String version)
The version counter for the task.
|
EcsTaskDetails |
EcsTaskDetails.withVolumes(Collection<Volume> volumes)
The list of data volume definitions for the task.
|
EcsTaskDetails |
EcsTaskDetails.withVolumes(Volume... volumes)
The list of data volume definitions for the task.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EcsClusterDetails.setTaskDetails(EcsTaskDetails taskDetails)
Contains information about the details of the ECS Task.
|
EcsClusterDetails |
EcsClusterDetails.withTaskDetails(EcsTaskDetails taskDetails)
Contains information about the details of the ECS Task.
|
Copyright © 2024. All rights reserved.