| Package | Description |
|---|---|
| com.amazonaws.services.appstream.model |
| Modifier and Type | Method and Description |
|---|---|
static VisibilityType |
VisibilityType.fromValue(String value)
Use this in place of valueOf.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Image.setVisibility(VisibilityType visibility)
Indicates whether the image is public or private.
|
DescribeImagesRequest |
DescribeImagesRequest.withType(VisibilityType type)
The type of image (public, private, or shared) to describe.
|
Image |
Image.withVisibility(VisibilityType visibility)
Indicates whether the image is public or private.
|
Copyright © 2023. All rights reserved.