Uses of Class
com.oracle.bmc.databasemanagement.model.ExternalDbSystemComponentType
-
Packages that use ExternalDbSystemComponentType Package Description com.oracle.bmc.databasemanagement.model -
-
Uses of ExternalDbSystemComponentType in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return ExternalDbSystemComponentType Modifier and Type Method Description static ExternalDbSystemComponentTypeExternalDbSystemComponentType. create(String key)ExternalDbSystemComponentTypeAssociatedComponent. getComponentType()The type of associated component.static ExternalDbSystemComponentTypeExternalDbSystemComponentType. valueOf(String name)Returns the enum constant of this type with the specified name.static ExternalDbSystemComponentType[]ExternalDbSystemComponentType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.databasemanagement.model with parameters of type ExternalDbSystemComponentType Modifier and Type Method Description AssociatedComponent.BuilderAssociatedComponent.Builder. componentType(ExternalDbSystemComponentType componentType)The type of associated component.Constructors in com.oracle.bmc.databasemanagement.model with parameters of type ExternalDbSystemComponentType Constructor Description AssociatedComponent(String componentId, ExternalDbSystemComponentType componentType, AssociatedComponent.AssociationType associationType)Deprecated.
-