| Package | Description |
|---|---|
| com.amazonaws.services.connectwisdom.model |
| Modifier and Type | Method and Description |
|---|---|
SessionData |
SessionData.addTagsEntry(String key,
String value)
Add a single Tags entry
|
SessionData |
SessionData.clearTagsEntries()
Removes all the entries added into Tags.
|
SessionData |
SessionData.clone() |
SessionData |
CreateSessionResult.getSession()
The session.
|
SessionData |
GetSessionResult.getSession()
The session.
|
SessionData |
SessionData.withDescription(String description)
The description of the session.
|
SessionData |
SessionData.withIntegrationConfiguration(SessionIntegrationConfiguration integrationConfiguration)
The configuration information for the session integration.
|
SessionData |
SessionData.withName(String name)
The name of the session.
|
SessionData |
SessionData.withSessionArn(String sessionArn)
The Amazon Resource Name (ARN) of the session.
|
SessionData |
SessionData.withSessionId(String sessionId)
The identifier of the session.
|
SessionData |
SessionData.withTags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateSessionResult.setSession(SessionData session)
The session.
|
void |
GetSessionResult.setSession(SessionData session)
The session.
|
CreateSessionResult |
CreateSessionResult.withSession(SessionData session)
The session.
|
GetSessionResult |
GetSessionResult.withSession(SessionData session)
The session.
|
Copyright © 2024. All rights reserved.