public interface RegionProvider
A region provider has the API to return the region.
An AbstractAuthenticationDetailsProvider
can also implements this interface as a way
to bootstrap a client during initialization using the Region returned by this interface.
Modifier and Type | Method and Description |
---|---|
Region |
getRegion()
Returns the region.
|
Region getRegion()
Returns the region.
Copyright © 2016–2024. All rights reserved.