Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.UserPoolClientDescription
-
Packages that use UserPoolClientDescription Package Description software.amazon.awssdk.services.cognitoidentityprovider.model software.amazon.awssdk.services.cognitoidentityprovider.paginators -
-
Uses of UserPoolClientDescription in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type UserPoolClientDescription Modifier and Type Method Description List<UserPoolClientDescription>ListUserPoolClientsResponse. userPoolClients()The user pool clients in the response that lists user pool clients.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type UserPoolClientDescription Modifier and Type Method Description ListUserPoolClientsResponse.BuilderListUserPoolClientsResponse.Builder. userPoolClients(UserPoolClientDescription... userPoolClients)The user pool clients in the response that lists user pool clients.Method parameters in software.amazon.awssdk.services.cognitoidentityprovider.model with type arguments of type UserPoolClientDescription Modifier and Type Method Description ListUserPoolClientsResponse.BuilderListUserPoolClientsResponse.Builder. userPoolClients(Collection<UserPoolClientDescription> userPoolClients)The user pool clients in the response that lists user pool clients. -
Uses of UserPoolClientDescription in software.amazon.awssdk.services.cognitoidentityprovider.paginators
Methods in software.amazon.awssdk.services.cognitoidentityprovider.paginators that return types with arguments of type UserPoolClientDescription Modifier and Type Method Description SdkIterable<UserPoolClientDescription>ListUserPoolClientsIterable. userPoolClients()Returns an iterable to iterate through the paginatedListUserPoolClientsResponse.userPoolClients()member.SdkPublisher<UserPoolClientDescription>ListUserPoolClientsPublisher. userPoolClients()Returns a publisher that can be used to get a stream of data.
-