Class RuleUrl
- java.lang.Object
- 
- software.amazon.awssdk.services.lambda.endpoints.internal.RuleUrl
 
- 
 public final class RuleUrl extends Object Represents a URL to be used internally for endpoint resolution.
- 
- 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringauthority()booleanisIp()StringnormalizedPath()static RuleUrlparse(String url)Stringpath()Stringscheme()
 
- 
- 
- 
Method Detail- 
schemepublic String scheme() 
 - 
authoritypublic String authority() 
 - 
pathpublic String path() 
 - 
normalizedPathpublic String normalizedPath() 
 - 
isIppublic boolean isIp() 
 - 
parsepublic static RuleUrl parse(String url) throws MalformedURLException - Throws:
- MalformedURLException
 
 
- 
 
-