Class RuleUrl
- java.lang.Object
-
- software.amazon.awssdk.services.sns.endpoints.internal.RuleUrl
-
public final class RuleUrl extends Object
Represents a URL to be used internally for endpoint resolution.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
authority()
boolean
isIp()
String
normalizedPath()
static RuleUrl
parse(String url)
String
path()
String
scheme()
-
-
-
Method Detail
-
scheme
public String scheme()
-
authority
public String authority()
-
path
public String path()
-
normalizedPath
public String normalizedPath()
-
isIp
public boolean isIp()
-
parse
public static RuleUrl parse(String url) throws MalformedURLException
- Throws:
MalformedURLException
-
-