Uses of Class
com.oracle.bmc.database.model.KeyStoreAssociatedDatabaseDetails
-
Packages that use KeyStoreAssociatedDatabaseDetails Package Description com.oracle.bmc.database.model -
-
Uses of KeyStoreAssociatedDatabaseDetails in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return KeyStoreAssociatedDatabaseDetails Modifier and Type Method Description KeyStoreAssociatedDatabaseDetails
KeyStoreAssociatedDatabaseDetails.Builder. build()
Methods in com.oracle.bmc.database.model that return types with arguments of type KeyStoreAssociatedDatabaseDetails Modifier and Type Method Description List<KeyStoreAssociatedDatabaseDetails>
KeyStore. getAssociatedDatabases()
List of databases associated with the key store.List<KeyStoreAssociatedDatabaseDetails>
KeyStoreSummary. getAssociatedDatabases()
List of databases associated with the key store.Methods in com.oracle.bmc.database.model with parameters of type KeyStoreAssociatedDatabaseDetails Modifier and Type Method Description KeyStoreAssociatedDatabaseDetails.Builder
KeyStoreAssociatedDatabaseDetails.Builder. copy(KeyStoreAssociatedDatabaseDetails model)
Method parameters in com.oracle.bmc.database.model with type arguments of type KeyStoreAssociatedDatabaseDetails Modifier and Type Method Description KeyStore.Builder
KeyStore.Builder. associatedDatabases(List<KeyStoreAssociatedDatabaseDetails> associatedDatabases)
List of databases associated with the key store.KeyStoreSummary.Builder
KeyStoreSummary.Builder. associatedDatabases(List<KeyStoreAssociatedDatabaseDetails> associatedDatabases)
List of databases associated with the key store.Constructor parameters in com.oracle.bmc.database.model with type arguments of type KeyStoreAssociatedDatabaseDetails Constructor Description KeyStore(String id, String compartmentId, String displayName, Date timeCreated, KeyStore.LifecycleState lifecycleState, String lifecycleDetails, KeyStoreTypeDetails typeDetails, List<KeyStoreAssociatedDatabaseDetails> associatedDatabases, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.KeyStoreSummary(String id, String compartmentId, String displayName, Date timeCreated, KeyStoreSummary.LifecycleState lifecycleState, String lifecycleDetails, KeyStoreTypeDetails typeDetails, List<KeyStoreAssociatedDatabaseDetails> associatedDatabases, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.
-