Uses of Class
com.oracle.bmc.nosql.requests.UnassignKmsKeyRequest
-
Packages that use UnassignKmsKeyRequest Package Description com.oracle.bmc.nosql com.oracle.bmc.nosql.requests -
-
Uses of UnassignKmsKeyRequest in com.oracle.bmc.nosql
Methods in com.oracle.bmc.nosql with parameters of type UnassignKmsKeyRequest Modifier and Type Method Description UnassignKmsKeyResponse
Nosql. unassignKmsKey(UnassignKmsKeyRequest request)
Removes the global encryption key, if such exists, from a Hosted Environment, reverting to Oracle-managed encryption.Future<UnassignKmsKeyResponse>
NosqlAsync. unassignKmsKey(UnassignKmsKeyRequest request, AsyncHandler<UnassignKmsKeyRequest,UnassignKmsKeyResponse> handler)
Removes the global encryption key, if such exists, from a Hosted Environment, reverting to Oracle-managed encryption.Future<UnassignKmsKeyResponse>
NosqlAsyncClient. unassignKmsKey(UnassignKmsKeyRequest request, AsyncHandler<UnassignKmsKeyRequest,UnassignKmsKeyResponse> handler)
UnassignKmsKeyResponse
NosqlClient. unassignKmsKey(UnassignKmsKeyRequest request)
Method parameters in com.oracle.bmc.nosql with type arguments of type UnassignKmsKeyRequest Modifier and Type Method Description Future<UnassignKmsKeyResponse>
NosqlAsync. unassignKmsKey(UnassignKmsKeyRequest request, AsyncHandler<UnassignKmsKeyRequest,UnassignKmsKeyResponse> handler)
Removes the global encryption key, if such exists, from a Hosted Environment, reverting to Oracle-managed encryption.Future<UnassignKmsKeyResponse>
NosqlAsyncClient. unassignKmsKey(UnassignKmsKeyRequest request, AsyncHandler<UnassignKmsKeyRequest,UnassignKmsKeyResponse> handler)
-
Uses of UnassignKmsKeyRequest in com.oracle.bmc.nosql.requests
Methods in com.oracle.bmc.nosql.requests that return UnassignKmsKeyRequest Modifier and Type Method Description UnassignKmsKeyRequest
UnassignKmsKeyRequest.Builder. build()
Build the instance of UnassignKmsKeyRequest as configured by this builderUnassignKmsKeyRequest
UnassignKmsKeyRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UnassignKmsKeyRequest as configured by this builderMethods in com.oracle.bmc.nosql.requests with parameters of type UnassignKmsKeyRequest Modifier and Type Method Description UnassignKmsKeyRequest.Builder
UnassignKmsKeyRequest.Builder. copy(UnassignKmsKeyRequest o)
Copy method to populate the builder with values from the given instance.
-