Uses of Class
com.amazonaws.services.cognitoidp.model.UserPoolClientType
Packages that use UserPoolClientType
-
Uses of UserPoolClientType in com.amazonaws.services.cognitoidp.model
Methods in com.amazonaws.services.cognitoidp.model that return UserPoolClientTypeModifier and TypeMethodDescriptionUserPoolClientType.clone()
CreateUserPoolClientResult.getUserPoolClient()
The user pool client that was just created.DescribeUserPoolClientResult.getUserPoolClient()
The user pool client from a server response to describe the user pool client.UpdateUserPoolClientResult.getUserPoolClient()
The user pool client value from the response from the server when an update user pool client request is made.UserPoolClientType.withClientId
(String clientId) The ID of the client associated with the user pool.UserPoolClientType.withClientName
(String clientName) The client name from the user pool request of the client type.UserPoolClientType.withClientSecret
(String clientSecret) The client secret from the user pool request of the client type.UserPoolClientType.withCreationDate
(Date creationDate) The creation date from the user pool request of the client type.UserPoolClientType.withLastModifiedDate
(Date lastModifiedDate) The last modified date from the user pool request of the client type.UserPoolClientType.withUserPoolId
(String userPoolId) The user pool ID for the user pool client.Methods in com.amazonaws.services.cognitoidp.model with parameters of type UserPoolClientTypeModifier and TypeMethodDescriptionvoid
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.withUserPoolClient
(UserPoolClientType userPoolClient) The user pool client that was just created.DescribeUserPoolClientResult.withUserPoolClient
(UserPoolClientType userPoolClient) The user pool client from a server response to describe the user pool client.UpdateUserPoolClientResult.withUserPoolClient
(UserPoolClientType userPoolClient) The user pool client value from the response from the server when an update user pool client request is made.