Uses of Interface
com.adobe.aio.cloudmanager.RegionDeployment
-
Packages that use RegionDeployment Package Description com.adobe.aio.cloudmanager -
-
Uses of RegionDeployment in com.adobe.aio.cloudmanager
Methods in com.adobe.aio.cloudmanager that return RegionDeployment Modifier and Type Method Description @NotNull RegionDeployment
EnvironmentApi. getRegionDeployment(@NotNull String programId, @NotNull String environmentId, @NotNull String deploymentId)
Get the region deployment.Methods in com.adobe.aio.cloudmanager that return types with arguments of type RegionDeployment Modifier and Type Method Description Collection<RegionDeployment>
Environment. listRegionDeployments()
List the deployment regions for this environment@NotNull Collection<RegionDeployment>
EnvironmentApi. listRegionDeployments(@NotNull Environment environment)
Get the region deployment.@NotNull Collection<RegionDeployment>
EnvironmentApi. listRegionDeployments(@NotNull String programId, @NotNull String environmentId)
Get the region deployment.
-