| Package | Description |
|---|---|
| software.amazon.awssdk.services.cognitoidentityprovider.model |
| Modifier and Type | Method and Description |
|---|---|
TokenValidityUnitsType |
UserPoolClientType.tokenValidityUnits()
The time units used to specify the token validity times of their respective token.
|
TokenValidityUnitsType |
UpdateUserPoolClientRequest.tokenValidityUnits()
The units in which the validity times are represented in.
|
TokenValidityUnitsType |
CreateUserPoolClientRequest.tokenValidityUnits()
The units in which the validity times are represented in.
|
| Modifier and Type | Method and Description |
|---|---|
UserPoolClientType.Builder |
UserPoolClientType.Builder.tokenValidityUnits(TokenValidityUnitsType tokenValidityUnits)
The time units used to specify the token validity times of their respective token.
|
UpdateUserPoolClientRequest.Builder |
UpdateUserPoolClientRequest.Builder.tokenValidityUnits(TokenValidityUnitsType tokenValidityUnits)
The units in which the validity times are represented in.
|
CreateUserPoolClientRequest.Builder |
CreateUserPoolClientRequest.Builder.tokenValidityUnits(TokenValidityUnitsType tokenValidityUnits)
The units in which the validity times are represented in.
|
Copyright © 2020. All rights reserved.