Uses of Class
com.spotify.docker.client.messages.swarm.Service
Packages that use Service
-
Uses of Service in com.spotify.docker.client
Fields in com.spotify.docker.client with type parameters of type ServiceMethods in com.spotify.docker.client that return ServiceModifier and TypeMethodDescriptionDefaultDockerClient.inspectService
(String serviceId) DockerClient.inspectService
(String serviceId) Inspect an existing service.Methods in com.spotify.docker.client that return types with arguments of type ServiceModifier and TypeMethodDescriptionDefaultDockerClient.listServices()
DefaultDockerClient.listServices
(Service.Criteria criteria) DockerClient.listServices()
List all services.DockerClient.listServices
(Service.Criteria criteria) List services that match the given criteria. -
Uses of Service in com.spotify.docker.client.messages.swarm
Subclasses of Service in com.spotify.docker.client.messages.swarmMethods in com.spotify.docker.client.messages.swarm that return ServiceModifier and TypeMethodDescription(package private) static Service
Service.create
(String id, Version version, Date createdAt, Date updatedAt, ServiceSpec spec, Endpoint endpoint, UpdateStatus updateStatus)