Uses of Class
com.oracle.bmc.databasemanagement.model.CloudDbSystemComponentType
-
Packages that use CloudDbSystemComponentType Package Description com.oracle.bmc.databasemanagement.model -
-
Uses of CloudDbSystemComponentType in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return CloudDbSystemComponentType Modifier and Type Method Description static CloudDbSystemComponentTypeCloudDbSystemComponentType. create(String key)CloudDbSystemComponentTypeAssociatedCloudComponent. getComponentType()The type of associated component.static CloudDbSystemComponentTypeCloudDbSystemComponentType. valueOf(String name)Returns the enum constant of this type with the specified name.static CloudDbSystemComponentType[]CloudDbSystemComponentType. 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 CloudDbSystemComponentType Modifier and Type Method Description AssociatedCloudComponent.BuilderAssociatedCloudComponent.Builder. componentType(CloudDbSystemComponentType componentType)The type of associated component.Constructors in com.oracle.bmc.databasemanagement.model with parameters of type CloudDbSystemComponentType Constructor Description AssociatedCloudComponent(String componentId, CloudDbSystemComponentType componentType, AssociatedCloudComponent.AssociationType associationType)Deprecated.
-