| Package | Description |
|---|---|
| com.amazonaws.services.ecr |
Amazon Elastic Container Registry (Amazon ECR) is a managed Docker registry service.
|
| com.amazonaws.services.ecr.model |
| Modifier and Type | Method and Description |
|---|---|
Future<GetDownloadUrlForLayerResult> |
AmazonECRAsync.getDownloadUrlForLayerAsync(GetDownloadUrlForLayerRequest getDownloadUrlForLayerRequest,
AsyncHandler<GetDownloadUrlForLayerRequest,GetDownloadUrlForLayerResult> asyncHandler)
Retrieves the pre-signed Amazon S3 download URL corresponding to an image layer.
|
Future<GetDownloadUrlForLayerResult> |
AbstractAmazonECRAsync.getDownloadUrlForLayerAsync(GetDownloadUrlForLayerRequest request,
AsyncHandler<GetDownloadUrlForLayerRequest,GetDownloadUrlForLayerResult> asyncHandler) |
Future<GetDownloadUrlForLayerResult> |
AmazonECRAsyncClient.getDownloadUrlForLayerAsync(GetDownloadUrlForLayerRequest request,
AsyncHandler<GetDownloadUrlForLayerRequest,GetDownloadUrlForLayerResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetDownloadUrlForLayerRequest |
GetDownloadUrlForLayerRequest.clone() |
GetDownloadUrlForLayerRequest |
GetDownloadUrlForLayerRequest.withLayerDigest(String layerDigest)
The digest of the image layer to download.
|
GetDownloadUrlForLayerRequest |
GetDownloadUrlForLayerRequest.withRegistryId(String registryId)
The AWS account ID associated with the registry that contains the image layer to download.
|
GetDownloadUrlForLayerRequest |
GetDownloadUrlForLayerRequest.withRepositoryName(String repositoryName)
The name of the repository that is associated with the image layer to download.
|
Copyright © 2018. All rights reserved.