| Package | Description |
|---|---|
| software.amazon.awssdk.services.cognitoidentityprovider.model |
| Modifier and Type | Method and Description |
|---|---|
TimeUnitsType |
TokenValidityUnitsType.accessToken()
A time unit in “seconds”, “minutes”, “hours” or “days” for the value in AccessTokenValidity, defaults to hours.
|
static TimeUnitsType |
TimeUnitsType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
TimeUnitsType |
TokenValidityUnitsType.idToken()
A time unit in “seconds”, “minutes”, “hours” or “days” for the value in IdTokenValidity, defaults to hours.
|
TimeUnitsType |
TokenValidityUnitsType.refreshToken()
A time unit in “seconds”, “minutes”, “hours” or “days” for the value in RefreshTokenValidity, defaults to days.
|
static TimeUnitsType |
TimeUnitsType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TimeUnitsType[] |
TimeUnitsType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<TimeUnitsType> |
TimeUnitsType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
TokenValidityUnitsType.Builder |
TokenValidityUnitsType.Builder.accessToken(TimeUnitsType accessToken)
A time unit in “seconds”, “minutes”, “hours” or “days” for the value in AccessTokenValidity, defaults to
hours.
|
TokenValidityUnitsType.Builder |
TokenValidityUnitsType.Builder.idToken(TimeUnitsType idToken)
A time unit in “seconds”, “minutes”, “hours” or “days” for the value in IdTokenValidity, defaults to hours.
|
TokenValidityUnitsType.Builder |
TokenValidityUnitsType.Builder.refreshToken(TimeUnitsType refreshToken)
A time unit in “seconds”, “minutes”, “hours” or “days” for the value in RefreshTokenValidity, defaults to
days.
|
Copyright © 2021. All rights reserved.