Package | Description |
---|---|
com.amazonaws.services.ecr | |
com.amazonaws.services.ecr.model |
Modifier and Type | Method and Description |
---|---|
Future<BatchCheckLayerAvailabilityResult> |
AmazonECRAsync.batchCheckLayerAvailabilityAsync(BatchCheckLayerAvailabilityRequest batchCheckLayerAvailabilityRequest,
AsyncHandler<BatchCheckLayerAvailabilityRequest,BatchCheckLayerAvailabilityResult> asyncHandler)
Check the availability of multiple image layers in a specified registry
and repository.
|
Future<BatchCheckLayerAvailabilityResult> |
AmazonECRAsyncClient.batchCheckLayerAvailabilityAsync(BatchCheckLayerAvailabilityRequest request,
AsyncHandler<BatchCheckLayerAvailabilityRequest,BatchCheckLayerAvailabilityResult> asyncHandler) |
Future<BatchCheckLayerAvailabilityResult> |
AbstractAmazonECRAsync.batchCheckLayerAvailabilityAsync(BatchCheckLayerAvailabilityRequest request,
AsyncHandler<BatchCheckLayerAvailabilityRequest,BatchCheckLayerAvailabilityResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
BatchCheckLayerAvailabilityRequest |
BatchCheckLayerAvailabilityRequest.clone() |
BatchCheckLayerAvailabilityRequest |
BatchCheckLayerAvailabilityRequest.withLayerDigests(Collection<String> layerDigests)
The digests of the image layers to check.
|
BatchCheckLayerAvailabilityRequest |
BatchCheckLayerAvailabilityRequest.withLayerDigests(String... layerDigests)
The digests of the image layers to check.
|
BatchCheckLayerAvailabilityRequest |
BatchCheckLayerAvailabilityRequest.withRegistryId(String registryId)
The AWS account ID associated with the registry that contains the image
layers to check.
|
BatchCheckLayerAvailabilityRequest |
BatchCheckLayerAvailabilityRequest.withRepositoryName(String repositoryName)
The name of the repository that is associated with the image layers to
check.
|
Copyright © 2018. All rights reserved.