Uses of Class
software.amazon.awssdk.services.appstream.model.LatestAppstreamAgentVersion
-
Packages that use LatestAppstreamAgentVersion Package Description software.amazon.awssdk.services.appstream.model -
-
Uses of LatestAppstreamAgentVersion in software.amazon.awssdk.services.appstream.model
Methods in software.amazon.awssdk.services.appstream.model that return LatestAppstreamAgentVersion Modifier and Type Method Description static LatestAppstreamAgentVersionLatestAppstreamAgentVersion. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.LatestAppstreamAgentVersionImage. latestAppstreamAgentVersion()Indicates whether the image is using the latest AppStream 2.0 agent version or not.LatestAppstreamAgentVersionImageBuilder. latestAppstreamAgentVersion()Indicates whether the image builder is using the latest AppStream 2.0 agent version or not.static LatestAppstreamAgentVersionLatestAppstreamAgentVersion. valueOf(String name)Returns the enum constant of this type with the specified name.static LatestAppstreamAgentVersion[]LatestAppstreamAgentVersion. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.appstream.model that return types with arguments of type LatestAppstreamAgentVersion Modifier and Type Method Description static Set<LatestAppstreamAgentVersion>LatestAppstreamAgentVersion. knownValues()Methods in software.amazon.awssdk.services.appstream.model with parameters of type LatestAppstreamAgentVersion Modifier and Type Method Description Image.BuilderImage.Builder. latestAppstreamAgentVersion(LatestAppstreamAgentVersion latestAppstreamAgentVersion)Indicates whether the image is using the latest AppStream 2.0 agent version or not.ImageBuilder.BuilderImageBuilder.Builder. latestAppstreamAgentVersion(LatestAppstreamAgentVersion latestAppstreamAgentVersion)Indicates whether the image builder is using the latest AppStream 2.0 agent version or not.
-