Uses of Class
com.oracle.bmc.nosql.responses.UnassignKmsKeyResponse
-
Packages that use UnassignKmsKeyResponse Package Description com.oracle.bmc.nosql com.oracle.bmc.nosql.responses -
-
Uses of UnassignKmsKeyResponse in com.oracle.bmc.nosql
Methods in com.oracle.bmc.nosql that return UnassignKmsKeyResponse 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.UnassignKmsKeyResponse
NosqlClient. unassignKmsKey(UnassignKmsKeyRequest request)
Methods in com.oracle.bmc.nosql that return types with arguments of type UnassignKmsKeyResponse 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)
Method parameters in com.oracle.bmc.nosql with type arguments of type UnassignKmsKeyResponse 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 UnassignKmsKeyResponse in com.oracle.bmc.nosql.responses
Methods in com.oracle.bmc.nosql.responses that return UnassignKmsKeyResponse Modifier and Type Method Description UnassignKmsKeyResponse
UnassignKmsKeyResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.nosql.responses with parameters of type UnassignKmsKeyResponse Modifier and Type Method Description UnassignKmsKeyResponse.Builder
UnassignKmsKeyResponse.Builder. copy(UnassignKmsKeyResponse o)
Copy method to populate the builder with values from the given instance.
-