Uses of Interface
org.mandas.docker.client.messages.EndpointConfig
-
Packages that use EndpointConfig Package Description org.mandas.docker.client.messages -
-
Uses of EndpointConfig in org.mandas.docker.client.messages
Methods in org.mandas.docker.client.messages that return EndpointConfig Modifier and Type Method Description EndpointConfigEndpointConfig.Builder. build()EndpointConfigNetworkConnection. endpointConfig()Methods in org.mandas.docker.client.messages that return types with arguments of type EndpointConfig Modifier and Type Method Description Map<String,EndpointConfig>ContainerConfig.NetworkingConfig. endpointsConfig()Methods in org.mandas.docker.client.messages with parameters of type EndpointConfig Modifier and Type Method Description NetworkConnection.BuilderNetworkConnection.Builder. endpointConfig(EndpointConfig endpointConfig)Method parameters in org.mandas.docker.client.messages with type arguments of type EndpointConfig Modifier and Type Method Description ContainerConfig.NetworkingConfig.BuilderContainerConfig.NetworkingConfig.Builder. endpointsConfig(Map<String,? extends EndpointConfig> endpointsConfig)
-