Uses of Class
com.spotify.docker.client.messages.ContainerUpdate
-
Packages that use ContainerUpdate Package Description com.spotify.docker.client com.spotify.docker.client.messages -
-
Uses of ContainerUpdate in com.spotify.docker.client
Methods in com.spotify.docker.client that return ContainerUpdate Modifier and Type Method Description ContainerUpdate
DefaultDockerClient. updateContainer(java.lang.String containerId, HostConfig config)
ContainerUpdate
DockerClient. updateContainer(java.lang.String containerId, HostConfig config)
Update an existing container. -
Uses of ContainerUpdate in com.spotify.docker.client.messages
Subclasses of ContainerUpdate in com.spotify.docker.client.messages Modifier and Type Class Description (package private) class
AutoValue_ContainerUpdate
Methods in com.spotify.docker.client.messages that return ContainerUpdate Modifier and Type Method Description ContainerUpdate
AutoValue_ContainerUpdate.Builder. build()
abstract ContainerUpdate
ContainerUpdate.Builder. build()
(package private) static ContainerUpdate
ContainerUpdate. create(java.util.List<java.lang.String> warnings)
-