Uses of Class
com.spotify.docker.client.messages.Image
-
Packages that use Image Package Description com.spotify.docker.client com.spotify.docker.client.messages -
-
Uses of Image in com.spotify.docker.client
Fields in com.spotify.docker.client with type parameters of type Image Modifier and Type Field Description private static javax.ws.rs.core.GenericType<java.util.List<Image>>
DefaultDockerClient. IMAGE_LIST
Methods in com.spotify.docker.client that return types with arguments of type Image Modifier and Type Method Description java.util.List<Image>
DefaultDockerClient. listImages(DockerClient.ListImagesParam... params)
java.util.List<Image>
DockerClient. listImages(DockerClient.ListImagesParam... params)
List docker images. -
Uses of Image in com.spotify.docker.client.messages
Subclasses of Image in com.spotify.docker.client.messages Modifier and Type Class Description (package private) class
AutoValue_Image
Methods in com.spotify.docker.client.messages that return Image Modifier and Type Method Description (package private) static Image
Image. create(java.lang.String created, java.lang.String id, java.lang.String parentId, java.util.List<java.lang.String> repoTags, java.util.List<java.lang.String> repoDigests, java.lang.Long size, java.lang.Long virtualSize, java.util.Map<java.lang.String,java.lang.String> labels)
-