| Package | Description |
|---|---|
| com.amazonaws.services.cognitoidp.model |
| Modifier and Type | Method and Description |
|---|---|
TokenValidityUnitsType |
TokenValidityUnitsType.clone() |
TokenValidityUnitsType |
CreateUserPoolClientRequest.getTokenValidityUnits()
The units in which the validity times are represented in.
|
TokenValidityUnitsType |
UpdateUserPoolClientRequest.getTokenValidityUnits()
The units in which the validity times are represented in.
|
TokenValidityUnitsType |
UserPoolClientType.getTokenValidityUnits()
The time units used to specify the token validity times of their respective token.
|
TokenValidityUnitsType |
TokenValidityUnitsType.withAccessToken(String accessToken)
A time unit in “seconds”, “minutes”, “hours” or “days” for the value in AccessTokenValidity, defaults to hours.
|
TokenValidityUnitsType |
TokenValidityUnitsType.withAccessToken(TimeUnitsType accessToken)
A time unit in “seconds”, “minutes”, “hours” or “days” for the value in AccessTokenValidity, defaults to hours.
|
TokenValidityUnitsType |
TokenValidityUnitsType.withIdToken(String idToken)
A time unit in “seconds”, “minutes”, “hours” or “days” for the value in IdTokenValidity, defaults to hours.
|
TokenValidityUnitsType |
TokenValidityUnitsType.withIdToken(TimeUnitsType idToken)
A time unit in “seconds”, “minutes”, “hours” or “days” for the value in IdTokenValidity, defaults to hours.
|
TokenValidityUnitsType |
TokenValidityUnitsType.withRefreshToken(String refreshToken)
A time unit in “seconds”, “minutes”, “hours” or “days” for the value in RefreshTokenValidity, defaults to days.
|
TokenValidityUnitsType |
TokenValidityUnitsType.withRefreshToken(TimeUnitsType refreshToken)
A time unit in “seconds”, “minutes”, “hours” or “days” for the value in RefreshTokenValidity, defaults to days.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateUserPoolClientRequest.setTokenValidityUnits(TokenValidityUnitsType tokenValidityUnits)
The units in which the validity times are represented in.
|
void |
UpdateUserPoolClientRequest.setTokenValidityUnits(TokenValidityUnitsType tokenValidityUnits)
The units in which the validity times are represented in.
|
void |
UserPoolClientType.setTokenValidityUnits(TokenValidityUnitsType tokenValidityUnits)
The time units used to specify the token validity times of their respective token.
|
CreateUserPoolClientRequest |
CreateUserPoolClientRequest.withTokenValidityUnits(TokenValidityUnitsType tokenValidityUnits)
The units in which the validity times are represented in.
|
UpdateUserPoolClientRequest |
UpdateUserPoolClientRequest.withTokenValidityUnits(TokenValidityUnitsType tokenValidityUnits)
The units in which the validity times are represented in.
|
UserPoolClientType |
UserPoolClientType.withTokenValidityUnits(TokenValidityUnitsType tokenValidityUnits)
The time units used to specify the token validity times of their respective token.
|
Copyright © 2021. All rights reserved.