Package | Description |
---|---|
com.amazonaws.services.cognitoidp.model |
Modifier and Type | Method and Description |
---|---|
HttpHeader |
HttpHeader.clone() |
HttpHeader |
HttpHeader.withHeaderName(String headerName)
The header name
|
HttpHeader |
HttpHeader.withHeaderValue(String headerValue)
The header value.
|
Modifier and Type | Method and Description |
---|---|
List<HttpHeader> |
ContextDataType.getHttpHeaders()
HttpHeaders received on your server in same order.
|
Modifier and Type | Method and Description |
---|---|
ContextDataType |
ContextDataType.withHttpHeaders(HttpHeader... httpHeaders)
HttpHeaders received on your server in same order.
|
Modifier and Type | Method and Description |
---|---|
void |
ContextDataType.setHttpHeaders(Collection<HttpHeader> httpHeaders)
HttpHeaders received on your server in same order.
|
ContextDataType |
ContextDataType.withHttpHeaders(Collection<HttpHeader> httpHeaders)
HttpHeaders received on your server in same order.
|
Copyright © 2021. All rights reserved.