Uses of Class
com.aeontronix.enhancedmule.tools.anypoint.Environment.Type
| Package | Description |
|---|---|
| com.aeontronix.enhancedmule.tools.anypoint | |
| com.aeontronix.enhancedmule.tools.anypoint.provisioning |
-
Uses of Environment.Type in com.aeontronix.enhancedmule.tools.anypoint
Methods in com.aeontronix.enhancedmule.tools.anypoint that return Environment.Type Modifier and Type Method Description Environment.TypeEnvironment. getType()static Environment.TypeEnvironment.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.aeontronix.enhancedmule.tools.anypoint with parameters of type Environment.Type Modifier and Type Method Description EnvironmentOrganization. createEnvironment(String name, Environment.Type type)EnvironmentAnypointClient. findEnvironment(String organizationName, String environmentName, boolean createOrganization, boolean createEnvironment, Environment.Type createEnvironmentType)voidEnvironment. setType(Environment.Type type) -
Uses of Environment.Type in com.aeontronix.enhancedmule.tools.anypoint.provisioning
Methods in com.aeontronix.enhancedmule.tools.anypoint.provisioning that return Environment.Type Modifier and Type Method Description Environment.TypeEnvironmentDescriptor. getType()Methods in com.aeontronix.enhancedmule.tools.anypoint.provisioning that return types with arguments of type Environment.Type Modifier and Type Method Description List<Environment.Type>RolePermissionDescriptor. getEnvType()Methods in com.aeontronix.enhancedmule.tools.anypoint.provisioning with parameters of type Environment.Type Modifier and Type Method Description voidEnvironmentDescriptor. setType(Environment.Type type)Method parameters in com.aeontronix.enhancedmule.tools.anypoint.provisioning with type arguments of type Environment.Type Modifier and Type Method Description voidRolePermissionDescriptor. setEnvType(List<Environment.Type> types)