@Immutable @ThreadSafe public interface SignedCookie
| Modifier and Type | Method and Description |
|---|---|
SdkHttpRequest |
createHttpGetRequest()
Generates an HTTP GET request that can be executed by an HTTP client to access the resource
|
String |
keyPairIdHeaderValue()
Returns the cookie key-pair-Id header value that can be appended to an HTTP GET request
i.e., "CloudFront-Key-Pair-Id=[KEY_PAIR_ID_VALUE]"
|
String |
resourceUrl()
Returns the resource URL
|
String |
signatureHeaderValue()
Returns the cookie signature header value that can be appended to an HTTP GET request
i.e., "CloudFront-Signature=[SIGNATURE_VALUE]"
|
static final String COOKIE
String resourceUrl()
SdkHttpRequest createHttpGetRequest()
String signatureHeaderValue()
String keyPairIdHeaderValue()
Copyright © 2023. All rights reserved.