| Package | Description |
|---|---|
| software.amazon.awssdk.services.appstream.model |
| Modifier and Type | Method and Description |
|---|---|
static VisibilityType |
VisibilityType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
VisibilityType |
DescribeImagesRequest.type()
The type of image (public, private, or shared) to describe.
|
static VisibilityType |
VisibilityType.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.
|
VisibilityType |
Image.visibility()
Indicates whether the image is public or private.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<VisibilityType> |
VisibilityType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DescribeImagesRequest.Builder |
DescribeImagesRequest.Builder.type(VisibilityType type)
The type of image (public, private, or shared) to describe.
|
Image.Builder |
Image.Builder.visibility(VisibilityType visibility)
Indicates whether the image is public or private.
|
Copyright © 2023. All rights reserved.