Uses of Class
com.oracle.bmc.keymanagement.responses.RestoreKeyFromObjectStoreResponse
-
Packages that use RestoreKeyFromObjectStoreResponse Package Description com.oracle.bmc.keymanagement com.oracle.bmc.keymanagement.responses -
-
Uses of RestoreKeyFromObjectStoreResponse in com.oracle.bmc.keymanagement
Methods in com.oracle.bmc.keymanagement that return RestoreKeyFromObjectStoreResponse Modifier and Type Method Description RestoreKeyFromObjectStoreResponse
KmsManagement. restoreKeyFromObjectStore(RestoreKeyFromObjectStoreRequest request)
Restores the specified key to the specified vault from an Oracle Cloud Infrastructure Object Storage location.RestoreKeyFromObjectStoreResponse
KmsManagementClient. restoreKeyFromObjectStore(RestoreKeyFromObjectStoreRequest request)
Methods in com.oracle.bmc.keymanagement that return types with arguments of type RestoreKeyFromObjectStoreResponse 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)
Method parameters in com.oracle.bmc.keymanagement with type arguments of type RestoreKeyFromObjectStoreResponse 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 RestoreKeyFromObjectStoreResponse in com.oracle.bmc.keymanagement.responses
Methods in com.oracle.bmc.keymanagement.responses that return RestoreKeyFromObjectStoreResponse Modifier and Type Method Description RestoreKeyFromObjectStoreResponse
RestoreKeyFromObjectStoreResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.keymanagement.responses with parameters of type RestoreKeyFromObjectStoreResponse Modifier and Type Method Description RestoreKeyFromObjectStoreResponse.Builder
RestoreKeyFromObjectStoreResponse.Builder. copy(RestoreKeyFromObjectStoreResponse o)
Copy method to populate the builder with values from the given instance.
-