| Package | Description |
|---|---|
| software.amazon.awssdk.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
static ViewStatus |
ViewStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ViewStatus |
CreateViewRequest.status()
Indicates the view status as either
SAVED or PUBLISHED. |
ViewStatus |
View.status()
Indicates the view status as either
SAVED or PUBLISHED. |
ViewStatus |
ViewSummary.status()
Indicates the view status as either
SAVED or PUBLISHED. |
ViewStatus |
UpdateViewContentRequest.status()
Indicates the view status as either
SAVED or PUBLISHED. |
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 |
|---|---|
static Set<ViewStatus> |
ViewStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateViewRequest.Builder |
CreateViewRequest.Builder.status(ViewStatus status)
Indicates the view status as either
SAVED or PUBLISHED. |
View.Builder |
View.Builder.status(ViewStatus status)
Indicates the view status as either
SAVED or PUBLISHED. |
ViewSummary.Builder |
ViewSummary.Builder.status(ViewStatus status)
Indicates the view status as either
SAVED or PUBLISHED. |
UpdateViewContentRequest.Builder |
UpdateViewContentRequest.Builder.status(ViewStatus status)
Indicates the view status as either
SAVED or PUBLISHED. |
Copyright © 2023. All rights reserved.