Package | Description |
---|---|
com.oracle.bmc.database.model |
Modifier and Type | Method and Description |
---|---|
KeyStoreAssociatedDatabaseDetails |
KeyStoreAssociatedDatabaseDetails.Builder.build() |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
KeyStoreAssociatedDatabaseDetails.Builder |
KeyStoreAssociatedDatabaseDetails.Builder.copy(KeyStoreAssociatedDatabaseDetails model) |
Modifier and Type | Method and 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 and 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.
|
Copyright © 2016–2024. All rights reserved.