Package com.oracle.bmc.auth
Interface RegionProvider
- 
- All Known Implementing Classes:
- ConfigFileAuthenticationDetailsProvider,- InstancePrincipalsAuthenticationDetailsProvider,- ResourcePrincipalAuthenticationDetailsProvider,- ResourcePrincipalsV3AuthenticationDetailsProvider,- SessionTokenAuthenticationDetailsProvider,- SimpleAuthenticationDetailsProvider
 
 public interface RegionProviderA region provider has the API to return the region.An AbstractAuthenticationDetailsProvidercan also implements this interface as a way to bootstrap a client during initialization using the Region returned by this interface.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description RegiongetRegion()Returns the region.
 
- 
- 
- 
Method Detail- 
getRegionRegion getRegion() Returns the region.- Returns:
- Region object.
 
 
- 
 
-