Skip to content

client.getEndPoint()

SaltwaterC edited this page Nov 15, 2011 · 2 revisions

About

Helper for getting the API end point as defined into the client itself.

Reference

client.getEndPoint()

This call always returns a valid end point, even for a freshly initialized client. The client loader makes sure a default end point is provided. This may not be true if you use, for example, s3.setEndPoint() with your own value.

For the query APIs, query.setRegion() affects the returned value of this method.

For the S3 Client, s3.setBucket() and s3.setEndPoint() affects the returned value of this method.