| Package | Description |
|---|---|
| com.amazonaws.services.ecr |
|
| com.amazonaws.services.ecr.model | |
| com.amazonaws.services.ecr.waiters |
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeImageScanFindingsResult> |
AbstractAmazonECRAsync.describeImageScanFindingsAsync(DescribeImageScanFindingsRequest request,
AsyncHandler<DescribeImageScanFindingsRequest,DescribeImageScanFindingsResult> asyncHandler) |
Future<DescribeImageScanFindingsResult> |
AmazonECRAsync.describeImageScanFindingsAsync(DescribeImageScanFindingsRequest describeImageScanFindingsRequest,
AsyncHandler<DescribeImageScanFindingsRequest,DescribeImageScanFindingsResult> asyncHandler)
Returns the scan findings for the specified image.
|
Future<DescribeImageScanFindingsResult> |
AmazonECRAsyncClient.describeImageScanFindingsAsync(DescribeImageScanFindingsRequest request,
AsyncHandler<DescribeImageScanFindingsRequest,DescribeImageScanFindingsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeImageScanFindingsRequest |
DescribeImageScanFindingsRequest.clone() |
DescribeImageScanFindingsRequest |
DescribeImageScanFindingsRequest.withImageId(ImageIdentifier imageId) |
DescribeImageScanFindingsRequest |
DescribeImageScanFindingsRequest.withMaxResults(Integer maxResults)
The maximum number of image scan results returned by
DescribeImageScanFindings in paginated output. |
DescribeImageScanFindingsRequest |
DescribeImageScanFindingsRequest.withNextToken(String nextToken)
The
nextToken value returned from a previous paginated DescribeImageScanFindings
request where maxResults was used and the results exceeded the value of that parameter. |
DescribeImageScanFindingsRequest |
DescribeImageScanFindingsRequest.withRegistryId(String registryId)
The Amazon Web Services account ID associated with the registry that contains the repository in which to describe
the image scan findings for.
|
DescribeImageScanFindingsRequest |
DescribeImageScanFindingsRequest.withRepositoryName(String repositoryName)
The repository for the image for which to describe the scan findings.
|
| Modifier and Type | Method and Description |
|---|---|
Waiter<DescribeImageScanFindingsRequest> |
AmazonECRWaiters.imageScanComplete()
Builds a ImageScanComplete waiter by using custom parameters waiterParameters and other parameters defined in the
waiters specification, and then polls until it determines whether the resource entered the desired state or not,
where polling criteria is bound by either default polling strategy or custom polling strategy.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeImageScanFindingsResult |
DescribeImageScanFindingsFunction.apply(DescribeImageScanFindingsRequest describeImageScanFindingsRequest)
Makes a call to the operation specified by the waiter by taking the corresponding request and returns the
corresponding result
|
Copyright © 2023. All rights reserved.