Uses of Class
com.oracle.bmc.database.model.AssociatedResourceDetails
-
Packages that use AssociatedResourceDetails Package Description com.oracle.bmc.database.model -
-
Uses of AssociatedResourceDetails in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return AssociatedResourceDetails Modifier and Type Method Description AssociatedResourceDetailsAssociatedResourceDetails.Builder. build()Methods in com.oracle.bmc.database.model that return types with arguments of type AssociatedResourceDetails Modifier and Type Method Description List<AssociatedResourceDetails>CreateDbConnectionBundleDetails. getAssociatedResourceDetails()Details about the resources to associate with the connection bundle.List<AssociatedResourceDetails>DbConnectionBundle. getAssociatedResourceDetails()Details about the resources associated with the connection bundle.List<AssociatedResourceDetails>DbConnectionBundleSummary. getAssociatedResourceDetails()Details about the resources associated with the connection bundle.List<AssociatedResourceDetails>UpdateDbConnectionBundleDetails. getAssociatedResourceDetails()Details about the resources to associate with the connection bundle.Methods in com.oracle.bmc.database.model with parameters of type AssociatedResourceDetails Modifier and Type Method Description AssociatedResourceDetails.BuilderAssociatedResourceDetails.Builder. copy(AssociatedResourceDetails model)Method parameters in com.oracle.bmc.database.model with type arguments of type AssociatedResourceDetails Modifier and Type Method Description CreateDbConnectionBundleDetails.BuilderCreateDbConnectionBundleDetails.Builder. associatedResourceDetails(List<AssociatedResourceDetails> associatedResourceDetails)Details about the resources to associate with the connection bundle.DbConnectionBundle.BuilderDbConnectionBundle.Builder. associatedResourceDetails(List<AssociatedResourceDetails> associatedResourceDetails)Details about the resources associated with the connection bundle.DbConnectionBundleSummary.BuilderDbConnectionBundleSummary.Builder. associatedResourceDetails(List<AssociatedResourceDetails> associatedResourceDetails)Details about the resources associated with the connection bundle.UpdateDbConnectionBundleDetails.BuilderUpdateDbConnectionBundleDetails.Builder. associatedResourceDetails(List<AssociatedResourceDetails> associatedResourceDetails)Details about the resources to associate with the connection bundle.Constructor parameters in com.oracle.bmc.database.model with type arguments of type AssociatedResourceDetails Constructor Description CreateDbConnectionBundleDetails(String compartmentId, String displayName, CreateDbConnectionBundleDetails.DbConnectionBundleType dbConnectionBundleType, List<AssociatedResourceDetails> associatedResourceDetails, String tenantId, Map<String,String> freeformTags, Map<String,Map<String,String>> definedTags)Deprecated.DbConnectionBundle(String id, String compartmentId, String displayName, Date timeCreated, Date timeUpdated, Date timeLastRefreshed, List<AssociatedResourceDetails> associatedResourceDetails, Boolean isProtected, Map<String,String> freeformTags, Map<String,Map<String,String>> definedTags, Map<String,Map<String,String>> systemTags, DbConnectionBundle.LifecycleState lifecycleState, DbConnectionBundle.DbConnectionBundleType dbConnectionBundleType)Deprecated.DbConnectionBundleSummary(String id, String compartmentId, String displayName, Date timeCreated, Date timeUpdated, Date timeLastRefreshed, List<AssociatedResourceDetails> associatedResourceDetails, Boolean isProtected, Map<String,String> freeformTags, Map<String,Map<String,String>> definedTags, Map<String,Map<String,String>> systemTags, DbConnectionBundleSummary.LifecycleState lifecycleState, DbConnectionBundleSummary.DbConnectionBundleType dbConnectionBundleType)Deprecated.UpdateDbConnectionBundleDetails(String displayName, List<AssociatedResourceDetails> associatedResourceDetails, Map<String,String> freeformTags, Map<String,Map<String,String>> definedTags)Deprecated.
-