| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
static ViewStatus |
ViewStatus.fromValue(String value)
Use this in place of valueOf.
|
static ViewStatus |
ViewStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ViewStatus[] |
ViewStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ViewSummary |
ViewSummary.withStatus(ViewStatus status)
Indicates the view status as either
SAVED or PUBLISHED. |
View |
View.withStatus(ViewStatus status)
Indicates the view status as either
SAVED or PUBLISHED. |
UpdateViewContentRequest |
UpdateViewContentRequest.withStatus(ViewStatus status)
Indicates the view status as either
SAVED or PUBLISHED. |
CreateViewRequest |
CreateViewRequest.withStatus(ViewStatus status)
Indicates the view status as either
SAVED or PUBLISHED. |
Copyright © 2023. All rights reserved.