Environment Interface
public interface Environment
An collection of endpoints in a region or a cloud.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract java.lang.String |
url(Environment.Endpoint endpoint)
Provides a URL for the endpoint. |
Method Details
url
public abstract String url(Environment.Endpoint endpoint)
Provides a URL for the endpoint.
Parameters:
endpoint
- the endpoint the client is accessing
Returns:
the URL to make HTTP requests to