Uses of Class
com.oracle.bmc.fusionapps.model.EnvironmentRole.CurrentRole
-
Packages that use EnvironmentRole.CurrentRole Package Description com.oracle.bmc.fusionapps.model -
-
Uses of EnvironmentRole.CurrentRole in com.oracle.bmc.fusionapps.model
Methods in com.oracle.bmc.fusionapps.model that return EnvironmentRole.CurrentRole Modifier and Type Method Description static EnvironmentRole.CurrentRole
EnvironmentRole.CurrentRole. create(String key)
EnvironmentRole.CurrentRole
EnvironmentRole. getCurrentRole()
The current role of the environmentstatic EnvironmentRole.CurrentRole
EnvironmentRole.CurrentRole. valueOf(String name)
Returns the enum constant of this type with the specified name.static EnvironmentRole.CurrentRole[]
EnvironmentRole.CurrentRole. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.fusionapps.model with parameters of type EnvironmentRole.CurrentRole Modifier and Type Method Description EnvironmentRole.Builder
EnvironmentRole.Builder. currentRole(EnvironmentRole.CurrentRole currentRole)
The current role of the environmentConstructors in com.oracle.bmc.fusionapps.model with parameters of type EnvironmentRole.CurrentRole Constructor Description EnvironmentRole(EnvironmentRole.CurrentRole currentRole, String standbyEnvironmentRegion, String standbyEnvironmentId)
Deprecated.
-