Package | Description |
---|---|
com.amazonaws.services.cognitoidp.model | |
com.amazonaws.services.cognitoidp.model.transform |
Modifier and Type | Field and Description |
---|---|
private UserPoolClientType |
UpdateUserPoolClientResult.userPoolClient
The user pool client value from the response from the server when an
update user pool client request is made.
|
private UserPoolClientType |
DescribeUserPoolClientResult.userPoolClient
The user pool client from a server response to describe the user pool
client.
|
private UserPoolClientType |
CreateUserPoolClientResult.userPoolClient
The user pool client that was just created.
|
Modifier and Type | Method and Description |
---|---|
UserPoolClientType |
UserPoolClientType.clone() |
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 |
CreateUserPoolClientResult.getUserPoolClient()
The user pool client that was just created.
|
UserPoolClientType |
UserPoolClientType.withClientId(java.lang.String clientId)
The ID of the client associated with the user pool.
|
UserPoolClientType |
UserPoolClientType.withClientName(java.lang.String clientName)
The client name from the user pool request of the client type.
|
UserPoolClientType |
UserPoolClientType.withClientSecret(java.lang.String clientSecret)
The client secret from the user pool request of the client type.
|
UserPoolClientType |
UserPoolClientType.withCreationDate(java.util.Date creationDate)
The creation date from the user pool request of the client type.
|
UserPoolClientType |
UserPoolClientType.withLastModifiedDate(java.util.Date lastModifiedDate)
The last modified date from the user pool request of the client type.
|
UserPoolClientType |
UserPoolClientType.withUserPoolId(java.lang.String userPoolId)
The user pool ID for the user pool client.
|
Modifier and Type | Method and Description |
---|---|
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.
|
void |
CreateUserPoolClientResult.setUserPoolClient(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.
|
CreateUserPoolClientResult |
CreateUserPoolClientResult.withUserPoolClient(UserPoolClientType userPoolClient)
The user pool client that was just created.
|
Modifier and Type | Method and Description |
---|---|
UserPoolClientType |
UserPoolClientTypeJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
UserPoolClientTypeJsonMarshaller.marshall(UserPoolClientType userPoolClientType,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|