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.nosqlMethods in com.oracle.bmc.nosql that return UnassignKmsKeyResponse Modifier and Type Method Description UnassignKmsKeyResponseNosql. unassignKmsKey(UnassignKmsKeyRequest request)Removes the global encryption key, if such exists, from a Hosted Environment, reverting to Oracle-managed encryption.UnassignKmsKeyResponseNosqlClient. 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.responsesMethods in com.oracle.bmc.nosql.responses that return UnassignKmsKeyResponse Modifier and Type Method Description UnassignKmsKeyResponseUnassignKmsKeyResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.nosql.responses with parameters of type UnassignKmsKeyResponse Modifier and Type Method Description UnassignKmsKeyResponse.BuilderUnassignKmsKeyResponse.Builder. copy(UnassignKmsKeyResponse o)Copy method to populate the builder with values from the given instance.
 
-