Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.UserPoolClientType
-
Packages that use UserPoolClientType Package Description software.amazon.awssdk.services.cognitoidentityprovider.model -
-
Uses of UserPoolClientType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return UserPoolClientType Modifier and Type Method Description UserPoolClientTypeCreateUserPoolClientResponse. userPoolClient()The user pool client that was just created.UserPoolClientTypeDescribeUserPoolClientResponse. userPoolClient()The user pool client from a server response to describe the user pool client.UserPoolClientTypeUpdateUserPoolClientResponse. userPoolClient()The user pool client value from the response from the server when you request to update the user pool client.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type UserPoolClientType Modifier and Type Method Description CreateUserPoolClientResponse.BuilderCreateUserPoolClientResponse.Builder. userPoolClient(UserPoolClientType userPoolClient)The user pool client that was just created.DescribeUserPoolClientResponse.BuilderDescribeUserPoolClientResponse.Builder. userPoolClient(UserPoolClientType userPoolClient)The user pool client from a server response to describe the user pool client.UpdateUserPoolClientResponse.BuilderUpdateUserPoolClientResponse.Builder. userPoolClient(UserPoolClientType userPoolClient)The user pool client value from the response from the server when you request to update the user pool client.
-