public interface RegionProvider
Region
. A region can be
typically configured on application or component level and defines which Region will be
used to access the services. Implementation of this interfaces might be simple static
region configuration which is feasible for single location applications, or dynamic
regions which can fetched from the execution environment where the application is
currently running.Modifier and Type | Method and Description |
---|---|
com.amazonaws.regions.Region |
getRegion()
Returns the region which should be used to access the services.
|
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.