| Package | Description |
|---|---|
| com.amazonaws.services.cognitoidp.model |
| Modifier and Type | Method and Description |
|---|---|
UserPoolClientDescription |
UserPoolClientDescription.clone() |
UserPoolClientDescription |
UserPoolClientDescription.withClientId(String clientId)
The ID of the client associated with the user pool.
|
UserPoolClientDescription |
UserPoolClientDescription.withClientName(String clientName)
The client name from the user pool client description.
|
UserPoolClientDescription |
UserPoolClientDescription.withUserPoolId(String userPoolId)
The user pool ID for the user pool where you want to describe the user pool client.
|
| Modifier and Type | Method and Description |
|---|---|
List<UserPoolClientDescription> |
ListUserPoolClientsResult.getUserPoolClients()
The user pool clients in the response that lists user pool clients.
|
| Modifier and Type | Method and Description |
|---|---|
ListUserPoolClientsResult |
ListUserPoolClientsResult.withUserPoolClients(UserPoolClientDescription... userPoolClients)
The user pool clients in the response that lists user pool clients.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListUserPoolClientsResult.setUserPoolClients(Collection<UserPoolClientDescription> userPoolClients)
The user pool clients in the response that lists user pool clients.
|
ListUserPoolClientsResult |
ListUserPoolClientsResult.withUserPoolClients(Collection<UserPoolClientDescription> userPoolClients)
The user pool clients in the response that lists user pool clients.
|
Copyright © 2019. All rights reserved.