Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.TimeUnitsType
-
Packages that use TimeUnitsType Package Description software.amazon.awssdk.services.cognitoidentityprovider.model -
-
Uses of TimeUnitsType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return TimeUnitsType Modifier and Type Method Description TimeUnitsTypeTokenValidityUnitsType. accessToken()A time unit for the value that you set in theAccessTokenValidityparameter.static TimeUnitsTypeTimeUnitsType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TimeUnitsTypeTokenValidityUnitsType. idToken()A time unit for the value that you set in theIdTokenValidityparameter.TimeUnitsTypeTokenValidityUnitsType. refreshToken()A time unit for the value that you set in theRefreshTokenValidityparameter.static TimeUnitsTypeTimeUnitsType. 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.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type TimeUnitsType Modifier and Type Method Description static Set<TimeUnitsType>TimeUnitsType. knownValues()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type TimeUnitsType Modifier and Type Method Description TokenValidityUnitsType.BuilderTokenValidityUnitsType.Builder. accessToken(TimeUnitsType accessToken)A time unit for the value that you set in theAccessTokenValidityparameter.TokenValidityUnitsType.BuilderTokenValidityUnitsType.Builder. idToken(TimeUnitsType idToken)A time unit for the value that you set in theIdTokenValidityparameter.TokenValidityUnitsType.BuilderTokenValidityUnitsType.Builder. refreshToken(TimeUnitsType refreshToken)A time unit for the value that you set in theRefreshTokenValidityparameter.
-