Uses of Class
software.amazon.awssdk.services.datazone.model.Region
-
Packages that use Region Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of Region in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return Region Modifier and Type Method Description RegionEnvironmentConfiguration. awsRegion()The Amazon Web Services Region of the environment.static RegionRegion. fromRegionName(String regionName)Create an instance of this class withregionName()initialized to the given value.static RegionRegion. fromRegionNamePath(String regionNamePath)Create an instance of this class withregionNamePath()initialized to the given value.Methods in software.amazon.awssdk.services.datazone.model with parameters of type Region Modifier and Type Method Description EnvironmentConfiguration.BuilderEnvironmentConfiguration.Builder. awsRegion(Region awsRegion)The Amazon Web Services Region of the environment.
-