| 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.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)
Indicates when the container 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)
Details about a container resource related to a finding.
|
ResourceDetails |
ResourceDetails.withContainer(ContainerDetails container)
Details about a container resource related to a finding.
|
Copyright © 2020. All rights reserved.