Uses of Class
software.amazon.awssdk.services.guardduty.model.Container
-
Packages that use Container Package Description software.amazon.awssdk.services.guardduty.model -
-
Uses of Container in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return Container Modifier and Type Method Description ContainerResource. containerDetails()Returns the value of the ContainerDetails property for this object.Methods in software.amazon.awssdk.services.guardduty.model that return types with arguments of type Container Modifier and Type Method 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.Methods in software.amazon.awssdk.services.guardduty.model with parameters of type Container Modifier and Type Method Description Resource.BuilderResource.Builder. containerDetails(Container containerDetails)Sets the value of the ContainerDetails property for this object.EcsTaskDetails.BuilderEcsTaskDetails.Builder. containers(Container... containers)The containers that's associated with the task.KubernetesWorkloadDetails.BuilderKubernetesWorkloadDetails.Builder. containers(Container... containers)Containers running as part of the Kubernetes workload.Method parameters in software.amazon.awssdk.services.guardduty.model with type arguments of type Container Modifier and Type Method Description EcsTaskDetails.BuilderEcsTaskDetails.Builder. containers(Collection<Container> containers)The containers that's associated with the task.KubernetesWorkloadDetails.BuilderKubernetesWorkloadDetails.Builder. containers(Collection<Container> containers)Containers running as part of the Kubernetes workload.
-