Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.TokenValidityUnitsType.Builder
-
Packages that use TokenValidityUnitsType.Builder Package Description software.amazon.awssdk.services.cognitoidentityprovider.model -
-
Uses of TokenValidityUnitsType.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return TokenValidityUnitsType.Builder Modifier and Type Method Description TokenValidityUnitsType.BuilderTokenValidityUnitsType.Builder. accessToken(String accessToken)A time unit ofseconds,minutes,hours, ordaysfor the value that you set in theAccessTokenValidityparameter.TokenValidityUnitsType.BuilderTokenValidityUnitsType.Builder. accessToken(TimeUnitsType accessToken)A time unit ofseconds,minutes,hours, ordaysfor the value that you set in theAccessTokenValidityparameter.static TokenValidityUnitsType.BuilderTokenValidityUnitsType. builder()TokenValidityUnitsType.BuilderTokenValidityUnitsType.Builder. idToken(String idToken)A time unit ofseconds,minutes,hours, ordaysfor the value that you set in theIdTokenValidityparameter.TokenValidityUnitsType.BuilderTokenValidityUnitsType.Builder. idToken(TimeUnitsType idToken)A time unit ofseconds,minutes,hours, ordaysfor the value that you set in theIdTokenValidityparameter.TokenValidityUnitsType.BuilderTokenValidityUnitsType.Builder. refreshToken(String refreshToken)A time unit ofseconds,minutes,hours, ordaysfor the value that you set in theRefreshTokenValidityparameter.TokenValidityUnitsType.BuilderTokenValidityUnitsType.Builder. refreshToken(TimeUnitsType refreshToken)A time unit ofseconds,minutes,hours, ordaysfor the value that you set in theRefreshTokenValidityparameter.TokenValidityUnitsType.BuilderTokenValidityUnitsType. toBuilder()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type TokenValidityUnitsType.Builder Modifier and Type Method Description static Class<? extends TokenValidityUnitsType.Builder>TokenValidityUnitsType. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cognitoidentityprovider.model with type arguments of type TokenValidityUnitsType.Builder Modifier and Type Method Description default CreateUserPoolClientRequest.BuilderCreateUserPoolClientRequest.Builder. tokenValidityUnits(Consumer<TokenValidityUnitsType.Builder> tokenValidityUnits)The units in which the validity times are represented.default UpdateUserPoolClientRequest.BuilderUpdateUserPoolClientRequest.Builder. tokenValidityUnits(Consumer<TokenValidityUnitsType.Builder> tokenValidityUnits)The time units you use when you set the duration of ID, access, and refresh tokens.default UserPoolClientType.BuilderUserPoolClientType.Builder. tokenValidityUnits(Consumer<TokenValidityUnitsType.Builder> tokenValidityUnits)The time units used to specify the token validity times of each token type: ID, access, and refresh.
-