public interface SignedUrl
| 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 |
domain()
Returns the CloudFront domain, e.g., d1npcfkc2mojrf.cloudfront.net
|
String |
encodedPath()
Returns the encoded path of the signed URL
|
String |
protocol()
Returns the protocol, i.e., HTTPS / HTTP
|
String |
url()
Returns the signed URL that can be provided to users to access your private content
|
String protocol()
String domain()
String encodedPath()
String url()
SdkHttpRequest createHttpGetRequest()
Copyright © 2023. All rights reserved.