Uses of Class
com.spotify.docker.client.messages.Platform
-
Packages that use Platform Package Description com.spotify.docker.client.messages -
-
Uses of Platform in com.spotify.docker.client.messages
Subclasses of Platform in com.spotify.docker.client.messages Modifier and Type Class Description (package private) classAutoValue_PlatformFields in com.spotify.docker.client.messages with type parameters of type Platform Modifier and Type Field Description private com.google.common.collect.ImmutableList<Platform>AutoValue_Distribution.Builder. platformsprivate com.google.common.collect.ImmutableList<Platform>AutoValue_Distribution. platformsMethods in com.spotify.docker.client.messages that return Platform Modifier and Type Method Description (package private) static PlatformPlatform. create(java.lang.String architecture, java.lang.String os, java.lang.String osVersion, com.google.common.collect.ImmutableList<java.lang.String> osFeatures, java.lang.String variant, com.google.common.collect.ImmutableList<java.lang.String> features)Methods in com.spotify.docker.client.messages that return types with arguments of type Platform Modifier and Type Method Description com.google.common.collect.ImmutableList<Platform>AutoValue_Distribution. platforms()abstract com.google.common.collect.ImmutableList<Platform>Distribution. platforms()Method parameters in com.spotify.docker.client.messages with type arguments of type Platform Modifier and Type Method Description (package private) static DistributionDistribution. create(Descriptor descriptor, com.google.common.collect.ImmutableList<Platform> platforms)Distribution.BuilderAutoValue_Distribution.Builder. platforms(com.google.common.collect.ImmutableList<Platform> platforms)abstract Distribution.BuilderDistribution.Builder. platforms(com.google.common.collect.ImmutableList<Platform> platforms)Constructor parameters in com.spotify.docker.client.messages with type arguments of type Platform Constructor Description AutoValue_Distribution(Descriptor descriptor, com.google.common.collect.ImmutableList<Platform> platforms)
-