Modifier and Type | Method and Description |
---|---|
ImageDetails |
ImageDetails.Builder.build() |
Modifier and Type | Method and Description |
---|---|
T |
ImageDetails.Builder.fromImageDetails(ImageDetails in) |
Modifier and Type | Method and Description |
---|---|
ImageDetails |
ImageApi.create(String name,
Payload payload,
CreateImageOptions... options)
Create a new image
|
ImageDetails |
ImageApi.get(String id)
Return metadata about an image with id
|
ImageDetails |
ImageApi.reserve(String name,
CreateImageOptions... options)
Reserve a new image to be uploaded later
|
ImageDetails |
ImageApi.update(String id,
UpdateImageOptions... options)
Adjust the metadata stored for an existing image
|
ImageDetails |
ImageApi.upload(String id,
Payload imageData,
UpdateImageOptions... options)
Upload image data for a previously-reserved image
If an image was previously reserved, and thus is in the queued state, then
image data can be added using this method.
|
Modifier and Type | Method and Description |
---|---|
PagedIterable<? extends ImageDetails> |
ImageApi.listInDetail()
List all images (all details)
|
PaginatedCollection<? extends ImageDetails> |
ImageApi.listInDetail(ListImageOptions options) |
Modifier and Type | Method and Description |
---|---|
ImageDetails |
ParseImageDetailsFromHeaders.apply(HttpResponse from) |
Modifier and Type | Method and Description |
---|---|
protected com.google.common.base.Function<Object,IterableWithMarker<ImageDetails>> |
ParseImageDetails.ToPagedIterable.markerToNextForArg0(com.google.common.base.Optional<Object> arg0) |
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.