Uses of Class
com.amazonaws.services.ecr.model.GetDownloadUrlForLayerResult
-
Packages that use GetDownloadUrlForLayerResult Package Description com.amazonaws.services.ecr com.amazonaws.services.ecr.model -
-
Uses of GetDownloadUrlForLayerResult in com.amazonaws.services.ecr
Methods in com.amazonaws.services.ecr that return GetDownloadUrlForLayerResult Modifier and Type Method Description GetDownloadUrlForLayerResultAbstractAmazonECR. getDownloadUrlForLayer(GetDownloadUrlForLayerRequest request)GetDownloadUrlForLayerResultAmazonECR. getDownloadUrlForLayer(GetDownloadUrlForLayerRequest getDownloadUrlForLayerRequest)Retrieves the pre-signed Amazon S3 download URL corresponding to an image layer.GetDownloadUrlForLayerResultAmazonECRClient. getDownloadUrlForLayer(GetDownloadUrlForLayerRequest getDownloadUrlForLayerRequest)Retrieves the pre-signed Amazon S3 download URL corresponding to an image layer.Method parameters in com.amazonaws.services.ecr with type arguments of type GetDownloadUrlForLayerResult Modifier and Type Method Description Future<GetDownloadUrlForLayerResult>AbstractAmazonECRAsync. getDownloadUrlForLayerAsync(GetDownloadUrlForLayerRequest request, AsyncHandler<GetDownloadUrlForLayerRequest,GetDownloadUrlForLayerResult> asyncHandler)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>AmazonECRAsyncClient. getDownloadUrlForLayerAsync(GetDownloadUrlForLayerRequest request, AsyncHandler<GetDownloadUrlForLayerRequest,GetDownloadUrlForLayerResult> asyncHandler) -
Uses of GetDownloadUrlForLayerResult in com.amazonaws.services.ecr.model
Methods in com.amazonaws.services.ecr.model that return GetDownloadUrlForLayerResult Modifier and Type Method Description GetDownloadUrlForLayerResultGetDownloadUrlForLayerResult. clone()GetDownloadUrlForLayerResultGetDownloadUrlForLayerResult. withDownloadUrl(String downloadUrl)The pre-signed Amazon S3 download URL for the requested layer.GetDownloadUrlForLayerResultGetDownloadUrlForLayerResult. withLayerDigest(String layerDigest)The digest of the image layer to download.
-