| Package | Description |
|---|---|
| com.amazonaws.services.ecr |
Amazon EC2 Container Registry (Amazon ECR) is a managed AWS Docker registry service.
|
| com.amazonaws.services.ecr.model |
| Modifier and Type | Method and Description |
|---|---|
UploadLayerPartResult |
AmazonECR.uploadLayerPart(UploadLayerPartRequest uploadLayerPartRequest)
Uploads an image layer part to Amazon ECR.
|
UploadLayerPartResult |
AmazonECRClient.uploadLayerPart(UploadLayerPartRequest uploadLayerPartRequest)
Uploads an image layer part to Amazon ECR.
|
UploadLayerPartResult |
AbstractAmazonECR.uploadLayerPart(UploadLayerPartRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<UploadLayerPartResult> |
AmazonECRAsync.uploadLayerPartAsync(UploadLayerPartRequest uploadLayerPartRequest,
AsyncHandler<UploadLayerPartRequest,UploadLayerPartResult> asyncHandler)
Uploads an image layer part to Amazon ECR.
|
Future<UploadLayerPartResult> |
AbstractAmazonECRAsync.uploadLayerPartAsync(UploadLayerPartRequest request,
AsyncHandler<UploadLayerPartRequest,UploadLayerPartResult> asyncHandler) |
Future<UploadLayerPartResult> |
AmazonECRAsyncClient.uploadLayerPartAsync(UploadLayerPartRequest request,
AsyncHandler<UploadLayerPartRequest,UploadLayerPartResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UploadLayerPartResult |
UploadLayerPartResult.clone() |
UploadLayerPartResult |
UploadLayerPartResult.withLastByteReceived(Long lastByteReceived)
The integer value of the last byte received in the request.
|
UploadLayerPartResult |
UploadLayerPartResult.withRegistryId(String registryId)
The registry ID associated with the request.
|
UploadLayerPartResult |
UploadLayerPartResult.withRepositoryName(String repositoryName)
The repository name associated with the request.
|
UploadLayerPartResult |
UploadLayerPartResult.withUploadId(String uploadId)
The upload ID associated with the request.
|
Copyright © 2017. All rights reserved.