Uses of Class
com.amazonaws.services.cognitoidp.model.UserPoolClientType
-
Packages that use UserPoolClientType Package Description com.amazonaws.services.cognitoidp.model -
-
Uses of UserPoolClientType in com.amazonaws.services.cognitoidp.model
Methods in com.amazonaws.services.cognitoidp.model that return UserPoolClientType Modifier and Type Method Description UserPoolClientType
UserPoolClientType. clone()
UserPoolClientType
CreateUserPoolClientResult. getUserPoolClient()
The user pool client that was just created.UserPoolClientType
DescribeUserPoolClientResult. getUserPoolClient()
The user pool client from a server response to describe the user pool client.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.Methods in com.amazonaws.services.cognitoidp.model with parameters of type UserPoolClientType Modifier and Type Method Description void
CreateUserPoolClientResult. setUserPoolClient(UserPoolClientType userPoolClient)
The user pool client that was just created.void
DescribeUserPoolClientResult. setUserPoolClient(UserPoolClientType userPoolClient)
The user pool client from a server response to describe the user pool client.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.CreateUserPoolClientResult
CreateUserPoolClientResult. withUserPoolClient(UserPoolClientType userPoolClient)
The user pool client that was just created.DescribeUserPoolClientResult
DescribeUserPoolClientResult. withUserPoolClient(UserPoolClientType userPoolClient)
The user pool client from a server response to describe the user pool client.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.
-