| Package | Description |
|---|---|
| com.amazonaws.services.chime.model |
| Modifier and Type | Method and Description |
|---|---|
Credential |
Credential.clone() |
Credential |
Credential.withPassword(String password)
The RFC2617 compliant password associated with the SIP credentials, in US-ASCII format.
|
Credential |
Credential.withUsername(String username)
The RFC2617 compliant user name associated with the SIP credentials, in US-ASCII format.
|
| Modifier and Type | Method and Description |
|---|---|
List<Credential> |
PutVoiceConnectorTerminationCredentialsRequest.getCredentials()
The termination SIP credentials.
|
| Modifier and Type | Method and Description |
|---|---|
PutVoiceConnectorTerminationCredentialsRequest |
PutVoiceConnectorTerminationCredentialsRequest.withCredentials(Credential... credentials)
The termination SIP credentials.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PutVoiceConnectorTerminationCredentialsRequest.setCredentials(Collection<Credential> credentials)
The termination SIP credentials.
|
PutVoiceConnectorTerminationCredentialsRequest |
PutVoiceConnectorTerminationCredentialsRequest.withCredentials(Collection<Credential> credentials)
The termination SIP credentials.
|
Copyright © 2024. All rights reserved.