Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.GetCsvHeaderResponse
-
Packages that use GetCsvHeaderResponse Package Description software.amazon.awssdk.services.cognitoidentityprovider With the Amazon Cognito user pools API, you can configure user pools and authenticate users. -
-
Uses of GetCsvHeaderResponse in software.amazon.awssdk.services.cognitoidentityprovider
Methods in software.amazon.awssdk.services.cognitoidentityprovider that return GetCsvHeaderResponse Modifier and Type Method Description default GetCsvHeaderResponseCognitoIdentityProviderClient. 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 GetCsvHeaderResponseCognitoIdentityProviderClient. getCSVHeader(GetCsvHeaderRequest getCsvHeaderRequest)Gets the header information for the comma-separated value (CSV) file to be used as input for the user import job.Methods in software.amazon.awssdk.services.cognitoidentityprovider that return types with arguments of type GetCsvHeaderResponse Modifier and Type Method 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.
-