| Package | Description |
|---|---|
| com.amazonaws.services.cognitoidentityprovider |
Using the Amazon Cognito User Pools API, you can create a user pool to manage directories and users.
|
| com.amazonaws.services.cognitoidentityprovider.model |
Classes modeling the various types represented by AmazonCognitoIdentityProvider
|
| Modifier and Type | Method and Description |
|---|---|
GetCSVHeaderResult |
AmazonCognitoIdentityProviderClient.getCSVHeader(GetCSVHeaderRequest getCSVHeaderRequest)
Gets the header information for the .csv file to be used as input for the
user import job.
|
GetCSVHeaderResult |
AmazonCognitoIdentityProvider.getCSVHeader(GetCSVHeaderRequest getCSVHeaderRequest)
Gets the header information for the .csv file to be used as input for the
user import job.
|
| Modifier and Type | Method and Description |
|---|---|
GetCSVHeaderResult |
GetCSVHeaderResult.withCSVHeader(Collection<String> cSVHeader)
The header information for the .csv file for the user import job.
|
GetCSVHeaderResult |
GetCSVHeaderResult.withCSVHeader(String... cSVHeader)
The header information for the .csv file for the user import job.
|
GetCSVHeaderResult |
GetCSVHeaderResult.withUserPoolId(String userPoolId)
The user pool ID for the user pool that the users are to be imported
into.
|
Copyright © 2020. All rights reserved.