| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsEcsContainerDetails |
AwsEcsContainerDetails.clone() |
AwsEcsContainerDetails |
ResourceDetails.getAwsEcsContainer()
Provides information about a Docker container that's part of a task.
|
AwsEcsContainerDetails |
AwsEcsContainerDetails.withImage(String image)
The image used for the container.
|
AwsEcsContainerDetails |
AwsEcsContainerDetails.withMountPoints(AwsMountPoint... mountPoints)
The mount points for data volumes in your container.
|
AwsEcsContainerDetails |
AwsEcsContainerDetails.withMountPoints(Collection<AwsMountPoint> mountPoints)
The mount points for data volumes in your container.
|
AwsEcsContainerDetails |
AwsEcsContainerDetails.withName(String name)
The name of the container.
|
AwsEcsContainerDetails |
AwsEcsContainerDetails.withPrivileged(Boolean privileged)
When this parameter is true, the container is given elevated privileges on the host container instance (similar
to the root user).
|
| Modifier and Type | Method and Description |
|---|---|
List<AwsEcsContainerDetails> |
AwsEcsTaskDetails.getContainers()
The containers that are associated with the task.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceDetails.setAwsEcsContainer(AwsEcsContainerDetails awsEcsContainer)
Provides information about a Docker container that's part of a task.
|
ResourceDetails |
ResourceDetails.withAwsEcsContainer(AwsEcsContainerDetails awsEcsContainer)
Provides information about a Docker container that's part of a task.
|
AwsEcsTaskDetails |
AwsEcsTaskDetails.withContainers(AwsEcsContainerDetails... containers)
The containers that are associated with the task.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AwsEcsTaskDetails.setContainers(Collection<AwsEcsContainerDetails> containers)
The containers that are associated with the task.
|
AwsEcsTaskDetails |
AwsEcsTaskDetails.withContainers(Collection<AwsEcsContainerDetails> containers)
The containers that are associated with the task.
|
Copyright © 2023. All rights reserved.