| Package | Description |
|---|---|
| software.amazon.awssdk.services.cognitoidentityprovider |
With the Amazon Cognito user pools API, you can set up user pools and app clients, and authenticate users.
|
| Modifier and Type | Method and Description |
|---|---|
default GetCsvHeaderResponse |
CognitoIdentityProviderClient.getCSVHeader(Consumer<GetCsvHeaderRequest.Builder> getCsvHeaderRequest)
Gets the header information for the comma-separated value (CSV) file to be used as input for the user import job.
|
default GetCsvHeaderResponse |
CognitoIdentityProviderClient.getCSVHeader(GetCsvHeaderRequest getCsvHeaderRequest)
Gets the header information for the comma-separated value (CSV) file to be used as input for the user import job.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetCsvHeaderResponse> |
CognitoIdentityProviderAsyncClient.getCSVHeader(Consumer<GetCsvHeaderRequest.Builder> getCsvHeaderRequest)
Gets the header information for the comma-separated value (CSV) file to be used as input for the user import job.
|
default CompletableFuture<GetCsvHeaderResponse> |
CognitoIdentityProviderAsyncClient.getCSVHeader(GetCsvHeaderRequest getCsvHeaderRequest)
Gets the header information for the comma-separated value (CSV) file to be used as input for the user import job.
|
Copyright © 2023. All rights reserved.