| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsEcsTaskDetails |
AwsEcsTaskDetails.clone() |
AwsEcsTaskDetails |
ResourceDetails.getAwsEcsTask()
Details about a task in a cluster.
|
AwsEcsTaskDetails |
AwsEcsTaskDetails.withClusterArn(String clusterArn)
The Amazon Resource Name (ARN) of the cluster that hosts the task.
|
AwsEcsTaskDetails |
AwsEcsTaskDetails.withContainers(AwsEcsContainerDetails... containers)
The containers that are associated with the task.
|
AwsEcsTaskDetails |
AwsEcsTaskDetails.withContainers(Collection<AwsEcsContainerDetails> containers)
The containers that are associated with the task.
|
AwsEcsTaskDetails |
AwsEcsTaskDetails.withCreatedAt(String createdAt)
The Unix timestamp for the time when the task was created.
|
AwsEcsTaskDetails |
AwsEcsTaskDetails.withGroup(String group)
The name of the task group that's associated with the task.
|
AwsEcsTaskDetails |
AwsEcsTaskDetails.withStartedAt(String startedAt)
The Unix timestamp for the time when the task started.
|
AwsEcsTaskDetails |
AwsEcsTaskDetails.withStartedBy(String startedBy)
The tag specified when a task is started.
|
AwsEcsTaskDetails |
AwsEcsTaskDetails.withTaskDefinitionArn(String taskDefinitionArn)
The ARN of the task definition that creates the task.
|
AwsEcsTaskDetails |
AwsEcsTaskDetails.withVersion(String version)
The version counter for the task.
|
AwsEcsTaskDetails |
AwsEcsTaskDetails.withVolumes(AwsEcsTaskVolumeDetails... volumes)
Details about the data volume that is used in a task definition.
|
AwsEcsTaskDetails |
AwsEcsTaskDetails.withVolumes(Collection<AwsEcsTaskVolumeDetails> volumes)
Details about the data volume that is used in a task definition.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceDetails.setAwsEcsTask(AwsEcsTaskDetails awsEcsTask)
Details about a task in a cluster.
|
ResourceDetails |
ResourceDetails.withAwsEcsTask(AwsEcsTaskDetails awsEcsTask)
Details about a task in a cluster.
|
Copyright © 2022. All rights reserved.