| Package | Description |
|---|---|
| software.amazon.awssdk.services.cognitoidentityprovider.model |
| Modifier and Type | Method and Description |
|---|---|
TimeUnitsType |
TokenValidityUnitsType.accessToken()
A time unit of
seconds, minutes, hours, or days for the value
that you set in the AccessTokenValidity parameter. |
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 of
seconds, minutes, hours, or days for the value
that you set in the IdTokenValidity parameter. |
TimeUnitsType |
TokenValidityUnitsType.refreshToken()
A time unit of
seconds, minutes, hours, or days for the value
that you set in the RefreshTokenValidity parameter. |
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 of
seconds, minutes, hours, or days for the
value that you set in the AccessTokenValidity parameter. |
TokenValidityUnitsType.Builder |
TokenValidityUnitsType.Builder.idToken(TimeUnitsType idToken)
A time unit of
seconds, minutes, hours, or days for the
value that you set in the IdTokenValidity parameter. |
TokenValidityUnitsType.Builder |
TokenValidityUnitsType.Builder.refreshToken(TimeUnitsType refreshToken)
A time unit of
seconds, minutes, hours, or days for the
value that you set in the RefreshTokenValidity parameter. |
Copyright © 2023. All rights reserved.