Package | Description |
---|---|
com.amazonaws.services.cognitoidp.model |
Modifier and Type | Method and Description |
---|---|
UserPoolClientType |
UserPoolClientType.clone() |
UserPoolClientType |
DescribeUserPoolClientResult.getUserPoolClient()
The user pool client from a server response to describe the user pool
client.
|
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 |
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.withLastModifiedDate(Date lastModifiedDate)
The last modified date from the user pool request of the client type.
|
UserPoolClientType |
UserPoolClientType.withUserPoolId(String userPoolId)
The user pool ID for the user pool client.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeUserPoolClientResult.setUserPoolClient(UserPoolClientType userPoolClient)
The user pool client from a server response to describe the user pool
client.
|
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.
|
DescribeUserPoolClientResult |
DescribeUserPoolClientResult.withUserPoolClient(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.
|
Copyright © 2018. All rights reserved.