| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
ViewSummary |
ViewSummary.clone() |
ViewSummary |
ViewSummary.withArn(String arn)
The Amazon Resource Name (ARN) of the view.
|
ViewSummary |
ViewSummary.withDescription(String description)
The description of the view.
|
ViewSummary |
ViewSummary.withId(String id)
The identifier of the view.
|
ViewSummary |
ViewSummary.withName(String name)
The name of the view.
|
ViewSummary |
ViewSummary.withStatus(String status)
Indicates the view status as either
SAVED or PUBLISHED. |
ViewSummary |
ViewSummary.withStatus(ViewStatus status)
Indicates the view status as either
SAVED or PUBLISHED. |
ViewSummary |
ViewSummary.withType(String type)
The type of the view.
|
ViewSummary |
ViewSummary.withType(ViewType type)
The type of the view.
|
| Modifier and Type | Method and Description |
|---|---|
List<ViewSummary> |
ListViewsResult.getViewsSummaryList()
A list of view summaries.
|
| Modifier and Type | Method and Description |
|---|---|
ListViewsResult |
ListViewsResult.withViewsSummaryList(ViewSummary... viewsSummaryList)
A list of view summaries.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListViewsResult.setViewsSummaryList(Collection<ViewSummary> viewsSummaryList)
A list of view summaries.
|
ListViewsResult |
ListViewsResult.withViewsSummaryList(Collection<ViewSummary> viewsSummaryList)
A list of view summaries.
|
Copyright © 2023. All rights reserved.