Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.ContextDataType
-
Packages that use ContextDataType Package Description software.amazon.awssdk.services.cognitoidentityprovider.model -
-
Uses of ContextDataType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return ContextDataType Modifier and Type Method Description ContextDataTypeAdminInitiateAuthRequest. contextData()Contextual data about your user session, such as the device fingerprint, IP address, or location.ContextDataTypeAdminRespondToAuthChallengeRequest. contextData()Contextual data about your user session, such as the device fingerprint, IP address, or location.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type ContextDataType Modifier and Type Method Description AdminInitiateAuthRequest.BuilderAdminInitiateAuthRequest.Builder. contextData(ContextDataType contextData)Contextual data about your user session, such as the device fingerprint, IP address, or location.AdminRespondToAuthChallengeRequest.BuilderAdminRespondToAuthChallengeRequest.Builder. contextData(ContextDataType contextData)Contextual data about your user session, such as the device fingerprint, IP address, or location.
-