Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.HttpHeader
Packages that use HttpHeader
-
Uses of HttpHeader in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type HttpHeaderModifier and TypeMethodDescriptionfinal List<HttpHeader>ContextDataType.httpHeaders()The HTTP headers from your user's authentication request.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type HttpHeaderModifier and TypeMethodDescriptionContextDataType.Builder.httpHeaders(HttpHeader... httpHeaders) The HTTP headers from your user's authentication request.Method parameters in software.amazon.awssdk.services.cognitoidentityprovider.model with type arguments of type HttpHeaderModifier and TypeMethodDescriptionContextDataType.Builder.httpHeaders(Collection<HttpHeader> httpHeaders) The HTTP headers from your user's authentication request.