Package | Description |
---|---|
com.amazonaws.services.ecr.model |
Modifier and Type | Method and Description |
---|---|
Layer |
Layer.clone() |
Layer |
Layer.withLayerAvailability(LayerAvailability layerAvailability)
The availability status of the image layer.
|
Layer |
Layer.withLayerAvailability(String layerAvailability)
The availability status of the image layer.
|
Layer |
Layer.withLayerDigest(String layerDigest)
The
sha256 digest of the image layer. |
Layer |
Layer.withLayerSize(Long layerSize)
The size, in bytes, of the image layer.
|
Modifier and Type | Method and Description |
---|---|
List<Layer> |
BatchCheckLayerAvailabilityResult.getLayers()
A list of image layer objects corresponding to the image layer references
in the request.
|
Modifier and Type | Method and Description |
---|---|
BatchCheckLayerAvailabilityResult |
BatchCheckLayerAvailabilityResult.withLayers(Layer... layers)
A list of image layer objects corresponding to the image layer references
in the request.
|
Modifier and Type | Method and Description |
---|---|
void |
BatchCheckLayerAvailabilityResult.setLayers(Collection<Layer> layers)
A list of image layer objects corresponding to the image layer references
in the request.
|
BatchCheckLayerAvailabilityResult |
BatchCheckLayerAvailabilityResult.withLayers(Collection<Layer> layers)
A list of image layer objects corresponding to the image layer references
in the request.
|
Copyright © 2018. All rights reserved.