Uses of Class
com.adobe.aio.cloudmanager.Region
-
Packages that use Region Package Description com.adobe.aio.cloudmanager -
-
Uses of Region in com.adobe.aio.cloudmanager
Methods in com.adobe.aio.cloudmanager that return Region Modifier and Type Method Description static Region
Region. fromValue(String text)
Region
RegionDeployment. getRegion()
The region for this deploymentstatic Region
Region. valueOf(String name)
Returns the enum constant of this type with the specified name.static Region[]
Region. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adobe.aio.cloudmanager that return types with arguments of type Region Modifier and Type Method Description Collection<Region>
Program. listRegions()
List all regions which can be used to create environments for this program.@NotNull Collection<Region>
ProgramApi. listRegions(@NotNull String programId)
List all regions which can be used to create environments for the specified program.Methods in com.adobe.aio.cloudmanager with parameters of type Region Modifier and Type Method Description void
Environment. addRegionDeployment(Region region)
Add a deployment to the specified region.void
EnvironmentApi. createRegionDeployments(@NotNull Environment environment, @NotNull Region... regions)
Create a new deployment in the specified region.void
Environment. removeRegionDeployment(Region region)
Remove the the the deployment from the specified region.void
EnvironmentApi. removeRegionDeployments(@NotNull Environment environment, @NotNull Region... regions)
Remove the deployment from the specified region.
-