| Package | Description |
|---|---|
| com.amazonaws.services.chime.model |
| Modifier and Type | Method and Description |
|---|---|
ProxySession |
ProxySession.clone() |
ProxySession |
CreateProxySessionResult.getProxySession()
The proxy session details.
|
ProxySession |
UpdateProxySessionResult.getProxySession()
The proxy session details.
|
ProxySession |
GetProxySessionResult.getProxySession()
The proxy session details.
|
ProxySession |
ProxySession.withCapabilities(Capability... capabilities)
The proxy session capabilities.
|
ProxySession |
ProxySession.withCapabilities(Collection<String> capabilities)
The proxy session capabilities.
|
ProxySession |
ProxySession.withCapabilities(String... capabilities)
The proxy session capabilities.
|
ProxySession |
ProxySession.withCreatedTimestamp(Date createdTimestamp)
The created time stamp, in ISO 8601 format.
|
ProxySession |
ProxySession.withEndedTimestamp(Date endedTimestamp)
The ended time stamp, in ISO 8601 format.
|
ProxySession |
ProxySession.withExpiryMinutes(Integer expiryMinutes)
The number of minutes allowed for the proxy session.
|
ProxySession |
ProxySession.withGeoMatchLevel(GeoMatchLevel geoMatchLevel)
The preference for matching the country or area code of the proxy phone number with that of the first
participant.
|
ProxySession |
ProxySession.withGeoMatchLevel(String geoMatchLevel)
The preference for matching the country or area code of the proxy phone number with that of the first
participant.
|
ProxySession |
ProxySession.withGeoMatchParams(GeoMatchParams geoMatchParams)
The country and area code for the proxy phone number.
|
ProxySession |
ProxySession.withName(String name)
The name of the proxy session.
|
ProxySession |
ProxySession.withNumberSelectionBehavior(NumberSelectionBehavior numberSelectionBehavior)
The preference for proxy phone number reuse, or stickiness, between the same participants across sessions.
|
ProxySession |
ProxySession.withNumberSelectionBehavior(String numberSelectionBehavior)
The preference for proxy phone number reuse, or stickiness, between the same participants across sessions.
|
ProxySession |
ProxySession.withParticipants(Collection<Participant> participants)
The proxy session participants.
|
ProxySession |
ProxySession.withParticipants(Participant... participants)
The proxy session participants.
|
ProxySession |
ProxySession.withProxySessionId(String proxySessionId)
The proxy session ID.
|
ProxySession |
ProxySession.withStatus(ProxySessionStatus status)
The status of the proxy session.
|
ProxySession |
ProxySession.withStatus(String status)
The status of the proxy session.
|
ProxySession |
ProxySession.withUpdatedTimestamp(Date updatedTimestamp)
The updated time stamp, in ISO 8601 format.
|
ProxySession |
ProxySession.withVoiceConnectorId(String voiceConnectorId)
The Amazon Chime voice connector ID.
|
| Modifier and Type | Method and Description |
|---|---|
List<ProxySession> |
ListProxySessionsResult.getProxySessions()
The proxy session details.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateProxySessionResult.setProxySession(ProxySession proxySession)
The proxy session details.
|
void |
UpdateProxySessionResult.setProxySession(ProxySession proxySession)
The proxy session details.
|
void |
GetProxySessionResult.setProxySession(ProxySession proxySession)
The proxy session details.
|
CreateProxySessionResult |
CreateProxySessionResult.withProxySession(ProxySession proxySession)
The proxy session details.
|
UpdateProxySessionResult |
UpdateProxySessionResult.withProxySession(ProxySession proxySession)
The proxy session details.
|
GetProxySessionResult |
GetProxySessionResult.withProxySession(ProxySession proxySession)
The proxy session details.
|
ListProxySessionsResult |
ListProxySessionsResult.withProxySessions(ProxySession... proxySessions)
The proxy session details.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListProxySessionsResult.setProxySessions(Collection<ProxySession> proxySessions)
The proxy session details.
|
ListProxySessionsResult |
ListProxySessionsResult.withProxySessions(Collection<ProxySession> proxySessions)
The proxy session details.
|
Copyright © 2021. All rights reserved.