| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
View |
View.addTagsEntry(String key,
String value)
Add a single Tags entry
|
View |
View.clearTagsEntries()
Removes all the entries added into Tags.
|
View |
View.clone() |
View |
UpdateViewContentResult.getView()
A view resource object.
|
View |
DescribeViewResult.getView()
All view data is contained within the View object.
|
View |
CreateViewVersionResult.getView()
All view data is contained within the View object.
|
View |
CreateViewResult.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.withCreatedTime(Date createdTime)
The timestamp of when the view was created.
|
View |
View.withDescription(String description)
The description of the view.
|
View |
View.withId(String id)
The identifier of the view.
|
View |
View.withLastModifiedTime(Date lastModifiedTime)
Latest timestamp of the
UpdateViewContent or CreateViewVersion operations. |
View |
View.withName(String name)
The name of the view.
|
View |
View.withStatus(String status)
Indicates the view status as either
SAVED or PUBLISHED. |
View |
View.withStatus(ViewStatus status)
Indicates the view status as either
SAVED or PUBLISHED. |
View |
View.withTags(Map<String,String> tags)
The tags associated with the view resource (not specific to view version).
|
View |
View.withType(String type)
The type of the view -
CUSTOMER_MANAGED. |
View |
View.withType(ViewType type)
The type of the view -
CUSTOMER_MANAGED. |
View |
View.withVersion(Integer version)
Current version of the view.
|
View |
View.withVersionDescription(String versionDescription)
The description of the version.
|
View |
View.withViewContentSha256(String viewContentSha256)
Indicates the checksum value of the latest published view content.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateViewContentResult.setView(View view)
A view resource object.
|
void |
DescribeViewResult.setView(View view)
All view data is contained within the View object.
|
void |
CreateViewVersionResult.setView(View view)
All view data is contained within the View object.
|
void |
CreateViewResult.setView(View view)
A view resource object.
|
UpdateViewContentResult |
UpdateViewContentResult.withView(View view)
A view resource object.
|
DescribeViewResult |
DescribeViewResult.withView(View view)
All view data is contained within the View object.
|
CreateViewVersionResult |
CreateViewVersionResult.withView(View view)
All view data is contained within the View object.
|
CreateViewResult |
CreateViewResult.withView(View view)
A view resource object.
|
Copyright © 2023. All rights reserved.