Uses of Class
com.adobe.aio.cloudmanager.Environment.Type
-
Packages that use Environment.Type Package Description com.adobe.aio.cloudmanager -
-
Uses of Environment.Type in com.adobe.aio.cloudmanager
Methods in com.adobe.aio.cloudmanager that return Environment.Type Modifier and Type Method Description Environment.Type
Environment. getEnvType()
The type of this environmentstatic Environment.Type
Environment.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static Environment.Type[]
Environment.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adobe.aio.cloudmanager with parameters of type Environment.Type Modifier and Type Method Description @NotNull Environment
EnvironmentApi. create(@NotNull String programId, @NotNull String name, Environment.Type type, @NotNull String region, String description)
Create a new environment in the program.@NotNull Collection<Environment>
EnvironmentApi. list(@NotNull String programId, Environment.Type type)
List all environments in the program, of the specified type.
-