Interface SignedUrl
- 
Method SummaryModifier and TypeMethodDescriptionGenerates an HTTP GET request that can be executed by an HTTP client to access the resourcedomain()Returns the CloudFront domain, e.g., d1npcfkc2mojrf.cloudfront.netReturns the encoded path of the signed URLprotocol()Returns the protocol, i.e., HTTPS / HTTPurl()Returns the signed URL that can be provided to users to access your private content
- 
Method Details- 
protocolString protocol()Returns the protocol, i.e., HTTPS / HTTP
- 
domainString domain()Returns the CloudFront domain, e.g., d1npcfkc2mojrf.cloudfront.net
- 
encodedPathString encodedPath()Returns the encoded path of the signed URL
- 
urlString url()Returns the signed URL that can be provided to users to access your private content
- 
createHttpGetRequestSdkHttpRequest createHttpGetRequest()Generates an HTTP GET request that can be executed by an HTTP client to access the resource
 
-