Package | Description |
---|---|
com.amazonaws.services.ecr | |
com.amazonaws.services.ecr.model |
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> |
AmazonECRAsyncClient.uploadLayerPartAsync(UploadLayerPartRequest request,
AsyncHandler<UploadLayerPartRequest,UploadLayerPartResult> asyncHandler) |
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 integer value of the first byte of the layer part.
|
UploadLayerPartRequest |
UploadLayerPartRequest.withPartLastByte(Long partLastByte)
The integer value of the last byte of the layer part.
|
UploadLayerPartRequest |
UploadLayerPartRequest.withRegistryId(String registryId)
The AWS account ID associated with the registry that you are uploading
layer parts to.
|
UploadLayerPartRequest |
UploadLayerPartRequest.withRepositoryName(String repositoryName)
The name of the repository that you are uploading layer parts to.
|
UploadLayerPartRequest |
UploadLayerPartRequest.withUploadId(String uploadId)
The upload ID from a previous InitiateLayerUpload operation to
associate with the layer part upload.
|
Copyright © 2018. All rights reserved.