Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.TokenValidityUnitsType.Builder
Packages that use TokenValidityUnitsType.Builder
-
Uses of TokenValidityUnitsType.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return TokenValidityUnitsType.BuilderModifier and TypeMethodDescriptionTokenValidityUnitsType.Builder.accessToken(String accessToken) A time unit for the value that you set in theAccessTokenValidityparameter.TokenValidityUnitsType.Builder.accessToken(TimeUnitsType accessToken) A time unit for the value that you set in theAccessTokenValidityparameter.TokenValidityUnitsType.builder()A time unit for the value that you set in theIdTokenValidityparameter.TokenValidityUnitsType.Builder.idToken(TimeUnitsType idToken) A time unit for the value that you set in theIdTokenValidityparameter.TokenValidityUnitsType.Builder.refreshToken(String refreshToken) A time unit for the value that you set in theRefreshTokenValidityparameter.TokenValidityUnitsType.Builder.refreshToken(TimeUnitsType refreshToken) A time unit for the value that you set in theRefreshTokenValidityparameter.TokenValidityUnitsType.toBuilder()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type TokenValidityUnitsType.BuilderModifier and TypeMethodDescriptionstatic Class<? extends TokenValidityUnitsType.Builder>TokenValidityUnitsType.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cognitoidentityprovider.model with type arguments of type TokenValidityUnitsType.BuilderModifier and TypeMethodDescriptionCreateUserPoolClientRequest.Builder.tokenValidityUnits(Consumer<TokenValidityUnitsType.Builder> tokenValidityUnits) The units that validity times are represented in.UpdateUserPoolClientRequest.Builder.tokenValidityUnits(Consumer<TokenValidityUnitsType.Builder> tokenValidityUnits) The units that validity times are represented in.default UserPoolClientType.BuilderUserPoolClientType.Builder.tokenValidityUnits(Consumer<TokenValidityUnitsType.Builder> tokenValidityUnits) The time units that, withIdTokenValidity,AccessTokenValidity, andRefreshTokenValidity, set and display the duration of ID, access, and refresh tokens for an app client.