| Package | Description |
|---|---|
| software.amazon.awssdk.services.cognitoidentityprovider.model |
| Modifier and Type | Method and Description |
|---|---|
UserPoolClientType |
DescribeUserPoolClientResponse.userPoolClient()
The user pool client from a server response to describe the user pool client.
|
UserPoolClientType |
UpdateUserPoolClientResponse.userPoolClient()
The user pool client value from the response from the server when an update user pool client request is made.
|
UserPoolClientType |
CreateUserPoolClientResponse.userPoolClient()
The user pool client that was just created.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeUserPoolClientResponse.Builder |
DescribeUserPoolClientResponse.Builder.userPoolClient(UserPoolClientType userPoolClient)
The user pool client from a server response to describe the user pool client.
|
UpdateUserPoolClientResponse.Builder |
UpdateUserPoolClientResponse.Builder.userPoolClient(UserPoolClientType userPoolClient)
The user pool client value from the response from the server when an update user pool client request is made.
|
CreateUserPoolClientResponse.Builder |
CreateUserPoolClientResponse.Builder.userPoolClient(UserPoolClientType userPoolClient)
The user pool client that was just created.
|
Copyright © 2019. All rights reserved.