| Package | Description |
|---|---|
| com.amazonaws.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
Container |
Container.clone() |
Container |
Resource.getContainerDetails() |
Container |
Container.withContainerRuntime(String containerRuntime)
The container runtime (such as, Docker or containerd) used to run the container.
|
Container |
Container.withId(String id)
Container ID.
|
Container |
Container.withImage(String image)
Container image.
|
Container |
Container.withImagePrefix(String imagePrefix)
Part of the image name before the last slash.
|
Container |
Container.withName(String name)
Container name.
|
Container |
Container.withSecurityContext(SecurityContext securityContext)
Container security context.
|
Container |
Container.withVolumeMounts(Collection<VolumeMount> volumeMounts)
Container volume mounts.
|
Container |
Container.withVolumeMounts(VolumeMount... volumeMounts)
Container volume mounts.
|
| Modifier and Type | Method and Description |
|---|---|
List<Container> |
KubernetesWorkloadDetails.getContainers()
Containers running as part of the Kubernetes workload.
|
List<Container> |
EcsTaskDetails.getContainers()
The containers that's associated with the task.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Resource.setContainerDetails(Container containerDetails) |
Resource |
Resource.withContainerDetails(Container containerDetails) |
KubernetesWorkloadDetails |
KubernetesWorkloadDetails.withContainers(Container... containers)
Containers running as part of the Kubernetes workload.
|
EcsTaskDetails |
EcsTaskDetails.withContainers(Container... containers)
The containers that's associated with the task.
|
| Modifier and Type | Method and Description |
|---|---|
void |
KubernetesWorkloadDetails.setContainers(Collection<Container> containers)
Containers running as part of the Kubernetes workload.
|
void |
EcsTaskDetails.setContainers(Collection<Container> containers)
The containers that's associated with the task.
|
KubernetesWorkloadDetails |
KubernetesWorkloadDetails.withContainers(Collection<Container> containers)
Containers running as part of the Kubernetes workload.
|
EcsTaskDetails |
EcsTaskDetails.withContainers(Collection<Container> containers)
The containers that's associated with the task.
|
Copyright © 2023. All rights reserved.