| Package | Description |
|---|---|
| com.amazonaws.services.connectparticipant.model |
| Modifier and Type | Method and Description |
|---|---|
View |
View.clone() |
View |
DescribeViewResult.getView()
A view resource object.
|
View |
View.withArn(String arn)
The Amazon Resource Name (ARN) of the view.
|
View |
View.withContent(ViewContent content)
View content containing all content necessary to render a view except for runtime input data.
|
View |
View.withId(String id)
The identifier of the view.
|
View |
View.withName(String name)
The name of the view.
|
View |
View.withVersion(Integer version)
The current version of the view.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeViewResult.setView(View view)
A view resource object.
|
DescribeViewResult |
DescribeViewResult.withView(View view)
A view resource object.
|
Copyright © 2024. All rights reserved.