Uses of Class
com.adobe.aio.cloudmanager.exception.DeleteInProgressException
-
Packages that use DeleteInProgressException Package Description com.adobe.aio.cloudmanager -
-
Uses of DeleteInProgressException in com.adobe.aio.cloudmanager
Methods in com.adobe.aio.cloudmanager that throw DeleteInProgressException Modifier and Type Method Description void
Environment. delete()
Delete this environment.void
Environment. delete(boolean ignoreFailure)
Delete this environment, with option to ignore resource deletion failure.void
EnvironmentApi. delete(@NotNull Environment environment)
Delete the environment.void
EnvironmentApi. delete(@NotNull Environment environment, boolean ignoreFailure)
Delete the environment.void
EnvironmentApi. delete(@NotNull String programId, @NotNull String environmentId)
Delete the environment in the specified program.void
EnvironmentApi. delete(@NotNull String programId, @NotNull String environmentId, boolean ignoreFailure)
Delete the environment, with option to ignore resource deletion failure.
-