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) class
AutoValue_Platform
Fields 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. platforms
private com.google.common.collect.ImmutableList<Platform>
AutoValue_Distribution. platforms
Methods in com.spotify.docker.client.messages that return Platform Modifier and Type Method Description (package private) static Platform
Platform. 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 Distribution
Distribution. create(Descriptor descriptor, com.google.common.collect.ImmutableList<Platform> platforms)
Distribution.Builder
AutoValue_Distribution.Builder. platforms(com.google.common.collect.ImmutableList<Platform> platforms)
abstract Distribution.Builder
Distribution.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)
-