Uses of Enum
software.amazon.awssdk.services.cognitoidentityprovider.model.TimeUnitsType
Packages that use TimeUnitsType
-
Uses of TimeUnitsType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return TimeUnitsTypeModifier and TypeMethodDescriptionfinal TimeUnitsTypeTokenValidityUnitsType.accessToken()A time unit for the value that you set in theAccessTokenValidityparameter.static TimeUnitsTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final TimeUnitsTypeTokenValidityUnitsType.idToken()A time unit for the value that you set in theIdTokenValidityparameter.final TimeUnitsTypeTokenValidityUnitsType.refreshToken()A time unit for the value that you set in theRefreshTokenValidityparameter.static TimeUnitsTypeReturns 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 TimeUnitsTypeMethods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type TimeUnitsTypeModifier and TypeMethodDescriptionTokenValidityUnitsType.Builder.accessToken(TimeUnitsType accessToken) A time unit for the value that you set in theAccessTokenValidityparameter.TokenValidityUnitsType.Builder.idToken(TimeUnitsType idToken) A time unit for the value that you set in theIdTokenValidityparameter.TokenValidityUnitsType.Builder.refreshToken(TimeUnitsType refreshToken) A time unit for the value that you set in theRefreshTokenValidityparameter.