| Package | Description |
|---|---|
| com.amazonaws.services.ecr |
|
| com.amazonaws.services.ecr.model |
| Modifier and Type | Method and Description |
|---|---|
Future<BatchGetImageResult> |
AmazonECRAsyncClient.batchGetImageAsync(BatchGetImageRequest request,
AsyncHandler<BatchGetImageRequest,BatchGetImageResult> asyncHandler) |
Future<BatchGetImageResult> |
AbstractAmazonECRAsync.batchGetImageAsync(BatchGetImageRequest request,
AsyncHandler<BatchGetImageRequest,BatchGetImageResult> asyncHandler) |
Future<BatchGetImageResult> |
AmazonECRAsync.batchGetImageAsync(BatchGetImageRequest batchGetImageRequest,
AsyncHandler<BatchGetImageRequest,BatchGetImageResult> asyncHandler)
Gets detailed information for an image.
|
| Modifier and Type | Method and Description |
|---|---|
BatchGetImageRequest |
BatchGetImageRequest.clone() |
BatchGetImageRequest |
BatchGetImageRequest.withAcceptedMediaTypes(Collection<String> acceptedMediaTypes)
The accepted media types for the request.
|
BatchGetImageRequest |
BatchGetImageRequest.withAcceptedMediaTypes(String... acceptedMediaTypes)
The accepted media types for the request.
|
BatchGetImageRequest |
BatchGetImageRequest.withImageIds(Collection<ImageIdentifier> imageIds)
A list of image ID references that correspond to images to describe.
|
BatchGetImageRequest |
BatchGetImageRequest.withImageIds(ImageIdentifier... imageIds)
A list of image ID references that correspond to images to describe.
|
BatchGetImageRequest |
BatchGetImageRequest.withRegistryId(String registryId)
The AWS account ID associated with the registry that contains the images to describe.
|
BatchGetImageRequest |
BatchGetImageRequest.withRepositoryName(String repositoryName)
The repository that contains the images to describe.
|
Copyright © 2020. All rights reserved.