Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.GetCsvHeaderRequest
-
Packages that use GetCsvHeaderRequest Package Description software.amazon.awssdk.services.cognitoidentityprovider With the Amazon Cognito user pools API, you can configure user pools and authenticate users.software.amazon.awssdk.services.cognitoidentityprovider.transform -
-
Uses of GetCsvHeaderRequest in software.amazon.awssdk.services.cognitoidentityprovider
Methods in software.amazon.awssdk.services.cognitoidentityprovider with parameters of type GetCsvHeaderRequest Modifier and Type Method Description 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.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. -
Uses of GetCsvHeaderRequest in software.amazon.awssdk.services.cognitoidentityprovider.transform
Methods in software.amazon.awssdk.services.cognitoidentityprovider.transform with parameters of type GetCsvHeaderRequest Modifier and Type Method Description SdkHttpFullRequestGetCsvHeaderRequestMarshaller. marshall(GetCsvHeaderRequest getCsvHeaderRequest)
-