| Package | Description |
|---|---|
| software.amazon.awssdk.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
static ViewType |
ViewType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ViewType |
ViewSummary.type()
The type of the view.
|
ViewType |
ViewVersionSummary.type()
The type of the view version.
|
ViewType |
View.type()
The type of the view -
CUSTOMER_MANAGED. |
ViewType |
ListViewsRequest.type()
The type of the view.
|
static ViewType |
ViewType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ViewType[] |
ViewType.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<ViewType> |
ViewType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ViewSummary.Builder |
ViewSummary.Builder.type(ViewType type)
The type of the view.
|
ViewVersionSummary.Builder |
ViewVersionSummary.Builder.type(ViewType type)
The type of the view version.
|
View.Builder |
View.Builder.type(ViewType type)
The type of the view -
CUSTOMER_MANAGED. |
ListViewsRequest.Builder |
ListViewsRequest.Builder.type(ViewType type)
The type of the view.
|
Copyright © 2023. All rights reserved.