| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
ContainerDetails |
ContainerDetails.clone() |
ContainerDetails |
ResourceDetails.getContainer()
Details about a container resource related to a finding.
|
ContainerDetails |
ContainerDetails.withContainerRuntime(String containerRuntime)
The runtime of the container.
|
ContainerDetails |
ContainerDetails.withImageId(String imageId)
The identifier of the container image related to a finding.
|
ContainerDetails |
ContainerDetails.withImageName(String imageName)
The name of the container image related to a finding.
|
ContainerDetails |
ContainerDetails.withLaunchedAt(String launchedAt)
Indicates when the container started.
|
ContainerDetails |
ContainerDetails.withName(String name)
The name of the container related to a finding.
|
ContainerDetails |
ContainerDetails.withPrivileged(Boolean privileged)
When this parameter is
true, the container is given elevated privileges on the host container
instance (similar to the root user). |
ContainerDetails |
ContainerDetails.withVolumeMounts(Collection<VolumeMount> volumeMounts)
Provides information about the mounting of a volume in a container.
|
ContainerDetails |
ContainerDetails.withVolumeMounts(VolumeMount... volumeMounts)
Provides information about the mounting of a volume in a container.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceDetails.setContainer(ContainerDetails container)
Details about a container resource related to a finding.
|
ResourceDetails |
ResourceDetails.withContainer(ContainerDetails container)
Details about a container resource related to a finding.
|
Copyright © 2023. All rights reserved.