| 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)
The visibility of an image to the user; images can be public or private.
|
Image |
Image.withVisibility(VisibilityType visibility)
The visibility of an image to the user; images can be public or private.
|
Copyright © 2017. All rights reserved.