Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.UserPoolClientType
Packages that use UserPoolClientType
-
Uses of UserPoolClientType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return UserPoolClientTypeModifier and TypeMethodDescriptionfinal UserPoolClientTypeCreateUserPoolClientResponse.userPoolClient()The details of the new app client.final UserPoolClientTypeDescribeUserPoolClientResponse.userPoolClient()The details of the request app client.final UserPoolClientTypeUpdateUserPoolClientResponse.userPoolClient()The updated details of your app client.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type UserPoolClientTypeModifier and TypeMethodDescriptionCreateUserPoolClientResponse.Builder.userPoolClient(UserPoolClientType userPoolClient) The details of the new app client.DescribeUserPoolClientResponse.Builder.userPoolClient(UserPoolClientType userPoolClient) The details of the request app client.UpdateUserPoolClientResponse.Builder.userPoolClient(UserPoolClientType userPoolClient) The updated details of your app client.