Uses of Class
com.oracle.bmc.keymanagement.model.Key
-
Packages that use Key Package Description com.oracle.bmc.keymanagement.model com.oracle.bmc.keymanagement.responses -
-
Uses of Key in com.oracle.bmc.keymanagement.model
Methods in com.oracle.bmc.keymanagement.model that return Key Modifier and Type Method Description Key
Key.Builder. build()
Methods in com.oracle.bmc.keymanagement.model with parameters of type Key Modifier and Type Method Description Key.Builder
Key.Builder. copy(Key model)
-
Uses of Key in com.oracle.bmc.keymanagement.responses
Methods in com.oracle.bmc.keymanagement.responses that return Key Modifier and Type Method Description Key
BackupKeyResponse. getKey()
The returned Key instance.Key
CancelKeyDeletionResponse. getKey()
The returned Key instance.Key
CreateKeyResponse. getKey()
The returned Key instance.Key
DisableKeyResponse. getKey()
The returned Key instance.Key
EnableKeyResponse. getKey()
The returned Key instance.Key
GetKeyResponse. getKey()
The returned Key instance.Key
ImportKeyResponse. getKey()
The returned Key instance.Key
RestoreKeyFromFileResponse. getKey()
The returned Key instance.Key
RestoreKeyFromObjectStoreResponse. getKey()
The returned Key instance.Key
ScheduleKeyDeletionResponse. getKey()
The returned Key instance.Key
UpdateKeyResponse. getKey()
The returned Key instance.Methods in com.oracle.bmc.keymanagement.responses with parameters of type Key Modifier and Type Method Description BackupKeyResponse.Builder
BackupKeyResponse.Builder. key(Key key)
The returned Key instance.CancelKeyDeletionResponse.Builder
CancelKeyDeletionResponse.Builder. key(Key key)
The returned Key instance.CreateKeyResponse.Builder
CreateKeyResponse.Builder. key(Key key)
The returned Key instance.DisableKeyResponse.Builder
DisableKeyResponse.Builder. key(Key key)
The returned Key instance.EnableKeyResponse.Builder
EnableKeyResponse.Builder. key(Key key)
The returned Key instance.GetKeyResponse.Builder
GetKeyResponse.Builder. key(Key key)
The returned Key instance.ImportKeyResponse.Builder
ImportKeyResponse.Builder. key(Key key)
The returned Key instance.RestoreKeyFromFileResponse.Builder
RestoreKeyFromFileResponse.Builder. key(Key key)
The returned Key instance.RestoreKeyFromObjectStoreResponse.Builder
RestoreKeyFromObjectStoreResponse.Builder. key(Key key)
The returned Key instance.ScheduleKeyDeletionResponse.Builder
ScheduleKeyDeletionResponse.Builder. key(Key key)
The returned Key instance.UpdateKeyResponse.Builder
UpdateKeyResponse.Builder. key(Key key)
The returned Key instance.
-