| Package | Description |
|---|---|
| com.amazonaws.services.ecr |
|
| com.amazonaws.services.ecr.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UploadLayerPartResult> |
AmazonECRAsyncClient.uploadLayerPartAsync(UploadLayerPartRequest request,
AsyncHandler<UploadLayerPartRequest,UploadLayerPartResult> asyncHandler) |
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) |
| Modifier and Type | Method and Description |
|---|---|
UploadLayerPartRequest |
UploadLayerPartRequest.clone() |
UploadLayerPartRequest |
UploadLayerPartRequest.withLayerPartBlob(ByteBuffer layerPartBlob)
The base64-encoded layer part payload.
|
UploadLayerPartRequest |
UploadLayerPartRequest.withPartFirstByte(Long partFirstByte)
The position of the first byte of the layer part witin the overall image layer.
|
UploadLayerPartRequest |
UploadLayerPartRequest.withPartLastByte(Long partLastByte)
The position of the last byte of the layer part within the overall image layer.
|
UploadLayerPartRequest |
UploadLayerPartRequest.withRegistryId(String registryId)
The Amazon Web Services account ID associated with the registry to which you are uploading layer parts.
|
UploadLayerPartRequest |
UploadLayerPartRequest.withRepositoryName(String repositoryName)
The name of the repository to which you are uploading layer parts.
|
UploadLayerPartRequest |
UploadLayerPartRequest.withUploadId(String uploadId)
The upload ID from a previous InitiateLayerUpload operation to associate with the layer part upload.
|
Copyright © 2022. All rights reserved.