| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
Credentials |
Credentials.clone() |
Credentials |
GetFederationTokenResult.getCredentials()
The credentials to use for federation.
|
Credentials |
Credentials.withAccessToken(String accessToken)
An access token generated for a federated user to access Amazon Connect.
|
Credentials |
Credentials.withAccessTokenExpiration(Date accessTokenExpiration)
A token generated with an expiration time for the session a user is logged in to Amazon Connect.
|
Credentials |
Credentials.withRefreshToken(String refreshToken)
Renews a token generated for a user to access the Amazon Connect instance.
|
Credentials |
Credentials.withRefreshTokenExpiration(Date refreshTokenExpiration)
Renews the expiration timer for a generated token.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetFederationTokenResult.setCredentials(Credentials credentials)
The credentials to use for federation.
|
GetFederationTokenResult |
GetFederationTokenResult.withCredentials(Credentials credentials)
The credentials to use for federation.
|
Copyright © 2021. All rights reserved.