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 ContainerUpdateDefaultDockerClient. updateContainer(java.lang.String containerId, HostConfig config)ContainerUpdateDockerClient. 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) classAutoValue_ContainerUpdateMethods in com.spotify.docker.client.messages that return ContainerUpdate Modifier and Type Method Description ContainerUpdateAutoValue_ContainerUpdate.Builder. build()abstract ContainerUpdateContainerUpdate.Builder. build()(package private) static ContainerUpdateContainerUpdate. create(java.util.List<java.lang.String> warnings)
-