Uses of Class
software.amazon.awssdk.services.appstream.model.VisibilityType
-
Packages that use VisibilityType Package Description software.amazon.awssdk.services.appstream.model -
-
Uses of VisibilityType in software.amazon.awssdk.services.appstream.model
Methods in software.amazon.awssdk.services.appstream.model that return VisibilityType Modifier and Type Method Description static VisibilityTypeVisibilityType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.VisibilityTypeDescribeImagesRequest. type()The type of image (public, private, or shared) to describe.static VisibilityTypeVisibilityType. valueOf(String name)Returns the enum constant of this type with the specified name.static VisibilityType[]VisibilityType. values()Returns an array containing the constants of this enum type, in the order they are declared.VisibilityTypeImage. visibility()Indicates whether the image is public or private.Methods in software.amazon.awssdk.services.appstream.model that return types with arguments of type VisibilityType Modifier and Type Method Description static Set<VisibilityType>VisibilityType. knownValues()Methods in software.amazon.awssdk.services.appstream.model with parameters of type VisibilityType Modifier and Type Method Description DescribeImagesRequest.BuilderDescribeImagesRequest.Builder. type(VisibilityType type)The type of image (public, private, or shared) to describe.Image.BuilderImage.Builder. visibility(VisibilityType visibility)Indicates whether the image is public or private.
-