Uses of Class
com.oracle.bmc.servicemanagerproxy.model.ServiceEnvironmentEndPointOverview.EnvironmentType
-
Packages that use ServiceEnvironmentEndPointOverview.EnvironmentType Package Description com.oracle.bmc.servicemanagerproxy.model -
-
Uses of ServiceEnvironmentEndPointOverview.EnvironmentType in com.oracle.bmc.servicemanagerproxy.model
Methods in com.oracle.bmc.servicemanagerproxy.model that return ServiceEnvironmentEndPointOverview.EnvironmentType Modifier and Type Method Description static ServiceEnvironmentEndPointOverview.EnvironmentTypeServiceEnvironmentEndPointOverview.EnvironmentType. create(String key)ServiceEnvironmentEndPointOverview.EnvironmentTypeServiceEnvironmentEndPointOverview. getEnvironmentType()Service environment endpoint type.static ServiceEnvironmentEndPointOverview.EnvironmentTypeServiceEnvironmentEndPointOverview.EnvironmentType. valueOf(String name)Returns the enum constant of this type with the specified name.static ServiceEnvironmentEndPointOverview.EnvironmentType[]ServiceEnvironmentEndPointOverview.EnvironmentType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.servicemanagerproxy.model with parameters of type ServiceEnvironmentEndPointOverview.EnvironmentType Modifier and Type Method Description ServiceEnvironmentEndPointOverview.BuilderServiceEnvironmentEndPointOverview.Builder. environmentType(ServiceEnvironmentEndPointOverview.EnvironmentType environmentType)Service environment endpoint type.Constructors in com.oracle.bmc.servicemanagerproxy.model with parameters of type ServiceEnvironmentEndPointOverview.EnvironmentType Constructor Description ServiceEnvironmentEndPointOverview(ServiceEnvironmentEndPointOverview.EnvironmentType environmentType, String url, String description)Deprecated.
-