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