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)Given a user pool ID, generates a comma-separated value (CSV) list populated with available user attributes in the user pool.default GetCsvHeaderResponseCognitoIdentityProviderClient. getCSVHeader(GetCsvHeaderRequest getCsvHeaderRequest)Given a user pool ID, generates a comma-separated value (CSV) list populated with available user attributes in the user pool.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)Given a user pool ID, generates a comma-separated value (CSV) list populated with available user attributes in the user pool.default CompletableFuture<GetCsvHeaderResponse>CognitoIdentityProviderAsyncClient. getCSVHeader(GetCsvHeaderRequest getCsvHeaderRequest)Given a user pool ID, generates a comma-separated value (CSV) list populated with available user attributes in the user pool.
-