Uses of Class
com.oracle.bmc.keymanagement.model.KeyReplicaDetails
-
Packages that use KeyReplicaDetails Package Description com.oracle.bmc.keymanagement.model -
-
Uses of KeyReplicaDetails in com.oracle.bmc.keymanagement.model
Methods in com.oracle.bmc.keymanagement.model that return KeyReplicaDetails Modifier and Type Method Description KeyReplicaDetails
KeyReplicaDetails.Builder. build()
KeyReplicaDetails
Key. getReplicaDetails()
Methods in com.oracle.bmc.keymanagement.model with parameters of type KeyReplicaDetails Modifier and Type Method Description KeyReplicaDetails.Builder
KeyReplicaDetails.Builder. copy(KeyReplicaDetails model)
Key.Builder
Key.Builder. replicaDetails(KeyReplicaDetails replicaDetails)
Constructors in com.oracle.bmc.keymanagement.model with parameters of type KeyReplicaDetails Constructor Description Key(String compartmentId, String currentKeyVersion, Map<String,Map<String,Object>> definedTags, String displayName, Map<String,String> freeformTags, String id, KeyShape keyShape, Key.ProtectionMode protectionMode, Key.LifecycleState lifecycleState, Date timeCreated, Date timeOfDeletion, String vaultId, String restoredFromKeyId, KeyReplicaDetails replicaDetails, Boolean isPrimary, Boolean isAutoRotationEnabled, AutoKeyRotationDetails autoKeyRotationDetails, ExternalKeyReferenceDetails externalKeyReferenceDetails)
Deprecated.
-