| Package | Description |
|---|---|
| com.amazonaws.services.cognitoidp.model |
| Modifier and Type | Method and Description |
|---|---|
UserPoolClientType |
UserPoolClientType.clone() |
UserPoolClientType |
CreateUserPoolClientResult.getUserPoolClient()
The user pool client that was just created.
|
UserPoolClientType |
UpdateUserPoolClientResult.getUserPoolClient()
The user pool client value from the response from the server when an update user pool client request is made.
|
UserPoolClientType |
DescribeUserPoolClientResult.getUserPoolClient()
The user pool client from a server response to describe the user pool client.
|
UserPoolClientType |
UserPoolClientType.withClientId(String clientId)
The ID of the client associated with the user pool.
|
UserPoolClientType |
UserPoolClientType.withClientName(String clientName)
The client name from the user pool request of the client type.
|
UserPoolClientType |
UserPoolClientType.withClientSecret(String clientSecret)
The client secret from the user pool request of the client type.
|
UserPoolClientType |
UserPoolClientType.withCreationDate(Date creationDate)
The creation date from the user pool request of the client type.
|
UserPoolClientType |
UserPoolClientType.withExplicitAuthFlows(Collection<String> explicitAuthFlows)
The explicit authentication flows.
|
UserPoolClientType |
UserPoolClientType.withExplicitAuthFlows(ExplicitAuthFlowsType... explicitAuthFlows)
The explicit authentication flows.
|
UserPoolClientType |
UserPoolClientType.withExplicitAuthFlows(String... explicitAuthFlows)
The explicit authentication flows.
|
UserPoolClientType |
UserPoolClientType.withLastModifiedDate(Date lastModifiedDate)
The last modified date from the user pool request of the client type.
|
UserPoolClientType |
UserPoolClientType.withReadAttributes(Collection<String> readAttributes)
The Read-only attributes.
|
UserPoolClientType |
UserPoolClientType.withReadAttributes(String... readAttributes)
The Read-only attributes.
|
UserPoolClientType |
UserPoolClientType.withRefreshTokenValidity(Integer refreshTokenValidity)
The validity of the refresh token.
|
UserPoolClientType |
UserPoolClientType.withUserPoolId(String userPoolId)
The user pool ID for the user pool client.
|
UserPoolClientType |
UserPoolClientType.withWriteAttributes(Collection<String> writeAttributes)
The writeable attributes.
|
UserPoolClientType |
UserPoolClientType.withWriteAttributes(String... writeAttributes)
The writeable attributes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateUserPoolClientResult.setUserPoolClient(UserPoolClientType userPoolClient)
The user pool client that was just created.
|
void |
UpdateUserPoolClientResult.setUserPoolClient(UserPoolClientType userPoolClient)
The user pool client value from the response from the server when an update user pool client request is made.
|
void |
DescribeUserPoolClientResult.setUserPoolClient(UserPoolClientType userPoolClient)
The user pool client from a server response to describe the user pool client.
|
CreateUserPoolClientResult |
CreateUserPoolClientResult.withUserPoolClient(UserPoolClientType userPoolClient)
The user pool client that was just created.
|
UpdateUserPoolClientResult |
UpdateUserPoolClientResult.withUserPoolClient(UserPoolClientType userPoolClient)
The user pool client value from the response from the server when an update user pool client request is made.
|
DescribeUserPoolClientResult |
DescribeUserPoolClientResult.withUserPoolClient(UserPoolClientType userPoolClient)
The user pool client from a server response to describe the user pool client.
|
Copyright © 2016. All rights reserved.