| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsEcrContainerImageDetails |
AwsEcrContainerImageDetails.clone() |
AwsEcrContainerImageDetails |
ResourceDetails.getAwsEcrContainerImage()
Information about an Amazon ECR image.
|
AwsEcrContainerImageDetails |
AwsEcrContainerImageDetails.withArchitecture(String architecture)
The architecture of the image.
|
AwsEcrContainerImageDetails |
AwsEcrContainerImageDetails.withImageDigest(String imageDigest)
The sha256 digest of the image manifest.
|
AwsEcrContainerImageDetails |
AwsEcrContainerImageDetails.withImagePublishedAt(String imagePublishedAt)
The date and time when the image was pushed to the repository.
|
AwsEcrContainerImageDetails |
AwsEcrContainerImageDetails.withImageTags(Collection<String> imageTags)
The list of tags that are associated with the image.
|
AwsEcrContainerImageDetails |
AwsEcrContainerImageDetails.withImageTags(String... imageTags)
The list of tags that are associated with the image.
|
AwsEcrContainerImageDetails |
AwsEcrContainerImageDetails.withRegistryId(String registryId)
The Amazon Web Services account identifier that is associated with the registry that the image belongs to.
|
AwsEcrContainerImageDetails |
AwsEcrContainerImageDetails.withRepositoryName(String repositoryName)
The name of the repository that the image belongs to.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceDetails.setAwsEcrContainerImage(AwsEcrContainerImageDetails awsEcrContainerImage)
Information about an Amazon ECR image.
|
ResourceDetails |
ResourceDetails.withAwsEcrContainerImage(AwsEcrContainerImageDetails awsEcrContainerImage)
Information about an Amazon ECR image.
|
Copyright © 2021. All rights reserved.