Package | Description |
---|---|
com.amazonaws.services.ecr.model | |
com.amazonaws.services.ecr.model.transform |
Modifier and Type | Field and Description |
---|---|
private java.util.List<Layer> |
BatchCheckLayerAvailabilityResult.layers
A list of image layer objects corresponding to the image layer references
in the request.
|
Modifier and Type | Method and Description |
---|---|
Layer |
Layer.clone() |
Layer |
Layer.withLayerAvailability(LayerAvailability layerAvailability)
The availability status of the image layer.
|
Layer |
Layer.withLayerAvailability(java.lang.String layerAvailability)
The availability status of the image layer.
|
Layer |
Layer.withLayerDigest(java.lang.String layerDigest)
The
sha256 digest of the image layer. |
Layer |
Layer.withLayerSize(java.lang.Long layerSize)
The size, in bytes, of the image layer.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<Layer> layers)
A list of image layer objects corresponding to the image layer references
in the request.
|
BatchCheckLayerAvailabilityResult |
BatchCheckLayerAvailabilityResult.withLayers(java.util.Collection<Layer> layers)
A list of image layer objects corresponding to the image layer references
in the request.
|
Modifier and Type | Method and Description |
---|---|
Layer |
LayerJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
LayerJsonMarshaller.marshall(Layer layer,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|