| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
ContainerDetails |
ContainerDetails.clone() |
ContainerDetails |
ResourceDetails.getContainer()
Container details related to a finding.
|
ContainerDetails |
ContainerDetails.withImageId(String imageId)
The identifier of the image related to a finding.
|
ContainerDetails |
ContainerDetails.withImageName(String imageName)
The name of the image related to a finding.
|
ContainerDetails |
ContainerDetails.withLaunchedAt(String launchedAt)
The date/time that the container was started.
|
ContainerDetails |
ContainerDetails.withName(String name)
The name of the container related to a finding.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceDetails.setContainer(ContainerDetails container)
Container details related to a finding.
|
ResourceDetails |
ResourceDetails.withContainer(ContainerDetails container)
Container details related to a finding.
|
Copyright © 2019. All rights reserved.