Package | Description |
---|---|
com.amazonaws.services.cognitoidp.model | |
com.amazonaws.services.cognitoidp.model.transform |
Modifier and Type | Field and Description |
---|---|
private java.util.List<UserPoolClientDescription> |
ListUserPoolClientsResult.userPoolClients
The user pool clients in the response that lists user pool clients.
|
Modifier and Type | Method and Description |
---|---|
UserPoolClientDescription |
UserPoolClientDescription.clone() |
UserPoolClientDescription |
UserPoolClientDescription.withClientId(java.lang.String clientId)
The ID of the client associated with the user pool.
|
UserPoolClientDescription |
UserPoolClientDescription.withClientName(java.lang.String clientName)
The client name from the user pool client description.
|
UserPoolClientDescription |
UserPoolClientDescription.withUserPoolId(java.lang.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 |
---|---|
java.util.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(java.util.Collection<UserPoolClientDescription> userPoolClients)
The user pool clients in the response that lists user pool clients.
|
ListUserPoolClientsResult |
ListUserPoolClientsResult.withUserPoolClients(java.util.Collection<UserPoolClientDescription> userPoolClients)
The user pool clients in the response that lists user pool clients.
|
Modifier and Type | Method and Description |
---|---|
UserPoolClientDescription |
UserPoolClientDescriptionJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
UserPoolClientDescriptionJsonMarshaller.marshall(UserPoolClientDescription userPoolClientDescription,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|