| Package | Description |
|---|---|
| software.amazon.awssdk.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
Container |
Resource.containerDetails()
Returns the value of the ContainerDetails property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
List<Container> |
EcsTaskDetails.containers()
The containers that's associated with the task.
|
List<Container> |
KubernetesWorkloadDetails.containers()
Containers running as part of the Kubernetes workload.
|
| Modifier and Type | Method and Description |
|---|---|
Resource.Builder |
Resource.Builder.containerDetails(Container containerDetails)
Sets the value of the ContainerDetails property for this object.
|
EcsTaskDetails.Builder |
EcsTaskDetails.Builder.containers(Container... containers)
The containers that's associated with the task.
|
KubernetesWorkloadDetails.Builder |
KubernetesWorkloadDetails.Builder.containers(Container... containers)
Containers running as part of the Kubernetes workload.
|
| Modifier and Type | Method and Description |
|---|---|
EcsTaskDetails.Builder |
EcsTaskDetails.Builder.containers(Collection<Container> containers)
The containers that's associated with the task.
|
KubernetesWorkloadDetails.Builder |
KubernetesWorkloadDetails.Builder.containers(Collection<Container> containers)
Containers running as part of the Kubernetes workload.
|
Copyright © 2023. All rights reserved.