Class Endpoint
java.lang.Object
software.amazon.awssdk.codegen.lite.regions.model.Endpoint
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreturns credential scope for the endpoint.returns the endpoint string.returns the supported schemes for the endpoint.returns the supported signature versions of the endpoint.returns the ssl common name for the endpoint.boolean
A convenient method that returns true if the endpoint support HTTPS scheme.boolean
A convenient method that returns true if the endpoint support HTTP scheme.Merges the given endpoints and returns the merged one.void
setCredentialScope
(CredentialScope credentialScope) sets the credential scope for the endpoint.void
setDeprecated
(Boolean deprecated) void
setHostname
(String hostname) sets the endpoint string.void
setProtocols
(List<String> protocols) sets the supported schemes for the endpoint.void
setSignatureVersions
(List<String> signatureVersions) returns the supported signature versions of the endpoint.void
setSslCommonName
(String sslCommonName) sets the ssl common name for the endpoint.void
setVariants
(List<EndpointVariant> variants)
-
Constructor Details
-
Endpoint
public Endpoint()
-
-
Method Details
-
merge
-
getHostname
returns the endpoint string. -
setHostname
sets the endpoint string. -
getCredentialScope
returns credential scope for the endpoint. -
setCredentialScope
sets the credential scope for the endpoint. -
getProtocols
-
setProtocols
-
getSignatureVersions
-
setSignatureVersions
-
getSslCommonName
returns the ssl common name for the endpoint. -
setSslCommonName
sets the ssl common name for the endpoint. -
hasHttpsSupport
public boolean hasHttpsSupport()A convenient method that returns true if the endpoint support HTTPS scheme. Returns false otherwise. -
hasHttpSupport
public boolean hasHttpSupport()A convenient method that returns true if the endpoint support HTTP scheme. Returns false otherwise. -
getVariants
-
setVariants
-
getDeprecated
-
setDeprecated
-