Package | Description |
---|---|
com.amazonaws.services.ecr | |
com.amazonaws.services.ecr.model | |
com.amazonaws.services.ecr.model.transform |
Modifier and Type | Method and Description |
---|---|
BatchGetImageResult |
AmazonECRClient.batchGetImage(BatchGetImageRequest batchGetImageRequest)
Gets detailed information for specified images within a specified
repository.
|
BatchGetImageResult |
AmazonECR.batchGetImage(BatchGetImageRequest batchGetImageRequest)
Gets detailed information for specified images within a specified
repository.
|
BatchGetImageResult |
AbstractAmazonECR.batchGetImage(BatchGetImageRequest request) |
java.util.concurrent.Future<BatchGetImageResult> |
AmazonECRAsyncClient.batchGetImageAsync(BatchGetImageRequest request) |
java.util.concurrent.Future<BatchGetImageResult> |
AmazonECRAsync.batchGetImageAsync(BatchGetImageRequest batchGetImageRequest)
Gets detailed information for specified images within a specified
repository.
|
java.util.concurrent.Future<BatchGetImageResult> |
AbstractAmazonECRAsync.batchGetImageAsync(BatchGetImageRequest request) |
java.util.concurrent.Future<BatchGetImageResult> |
AmazonECRAsyncClient.batchGetImageAsync(BatchGetImageRequest request,
AsyncHandler<BatchGetImageRequest,BatchGetImageResult> asyncHandler) |
java.util.concurrent.Future<BatchGetImageResult> |
AmazonECRAsync.batchGetImageAsync(BatchGetImageRequest batchGetImageRequest,
AsyncHandler<BatchGetImageRequest,BatchGetImageResult> asyncHandler)
Gets detailed information for specified images within a specified
repository.
|
java.util.concurrent.Future<BatchGetImageResult> |
AbstractAmazonECRAsync.batchGetImageAsync(BatchGetImageRequest request,
AsyncHandler<BatchGetImageRequest,BatchGetImageResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<BatchGetImageResult> |
AmazonECRAsyncClient.batchGetImageAsync(BatchGetImageRequest request,
AsyncHandler<BatchGetImageRequest,BatchGetImageResult> asyncHandler) |
java.util.concurrent.Future<BatchGetImageResult> |
AmazonECRAsync.batchGetImageAsync(BatchGetImageRequest batchGetImageRequest,
AsyncHandler<BatchGetImageRequest,BatchGetImageResult> asyncHandler)
Gets detailed information for specified images within a specified
repository.
|
java.util.concurrent.Future<BatchGetImageResult> |
AbstractAmazonECRAsync.batchGetImageAsync(BatchGetImageRequest request,
AsyncHandler<BatchGetImageRequest,BatchGetImageResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
BatchGetImageRequest |
BatchGetImageRequest.clone() |
BatchGetImageRequest |
BatchGetImageRequest.withImageIds(java.util.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(java.lang.String registryId)
The AWS account ID associated with the registry that contains the images
to describe.
|
BatchGetImageRequest |
BatchGetImageRequest.withRepositoryName(java.lang.String repositoryName)
The repository that contains the images to describe.
|
Modifier and Type | Method and Description |
---|---|
Request<BatchGetImageRequest> |
BatchGetImageRequestMarshaller.marshall(BatchGetImageRequest batchGetImageRequest) |
Modifier and Type | Method and Description |
---|---|
Request<BatchGetImageRequest> |
BatchGetImageRequestMarshaller.marshall(BatchGetImageRequest batchGetImageRequest) |