Uses of Class
com.oracle.bmc.keymanagement.requests.RestoreKeyFromObjectStoreRequest
-
Packages that use RestoreKeyFromObjectStoreRequest Package Description com.oracle.bmc.keymanagement com.oracle.bmc.keymanagement.requests -
-
Uses of RestoreKeyFromObjectStoreRequest in com.oracle.bmc.keymanagement
Method parameters in com.oracle.bmc.keymanagement with type arguments of type RestoreKeyFromObjectStoreRequest Modifier and Type Method Description Future<RestoreKeyFromObjectStoreResponse>
KmsManagementAsync. restoreKeyFromObjectStore(RestoreKeyFromObjectStoreRequest request, AsyncHandler<RestoreKeyFromObjectStoreRequest,RestoreKeyFromObjectStoreResponse> handler)
Restores the specified key to the specified vault from an Oracle Cloud Infrastructure Object Storage location.Future<RestoreKeyFromObjectStoreResponse>
KmsManagementAsyncClient. restoreKeyFromObjectStore(RestoreKeyFromObjectStoreRequest request, AsyncHandler<RestoreKeyFromObjectStoreRequest,RestoreKeyFromObjectStoreResponse> handler)
-
Uses of RestoreKeyFromObjectStoreRequest in com.oracle.bmc.keymanagement.requests
Methods in com.oracle.bmc.keymanagement.requests that return RestoreKeyFromObjectStoreRequest Modifier and Type Method Description RestoreKeyFromObjectStoreRequest
RestoreKeyFromObjectStoreRequest.Builder. build()
Build the instance of RestoreKeyFromObjectStoreRequest as configured by this builderRestoreKeyFromObjectStoreRequest
RestoreKeyFromObjectStoreRequest.Builder. buildWithoutInvocationCallback()
Build the instance of RestoreKeyFromObjectStoreRequest as configured by this builderMethods in com.oracle.bmc.keymanagement.requests with parameters of type RestoreKeyFromObjectStoreRequest Modifier and Type Method Description RestoreKeyFromObjectStoreRequest.Builder
RestoreKeyFromObjectStoreRequest.Builder. copy(RestoreKeyFromObjectStoreRequest o)
Copy method to populate the builder with values from the given instance.
-