Uses of Class
com.oracle.bmc.keymanagement.responses.UpdateKeyResponse
-
Packages that use UpdateKeyResponse Package Description com.oracle.bmc.keymanagement com.oracle.bmc.keymanagement.responses -
-
Uses of UpdateKeyResponse in com.oracle.bmc.keymanagement
Methods in com.oracle.bmc.keymanagement that return UpdateKeyResponse Modifier and Type Method Description UpdateKeyResponse
KmsManagement. updateKey(UpdateKeyRequest request)
Updates the properties of a master encryption key.UpdateKeyResponse
KmsManagementClient. updateKey(UpdateKeyRequest request)
Methods in com.oracle.bmc.keymanagement that return types with arguments of type UpdateKeyResponse Modifier and Type Method Description Future<UpdateKeyResponse>
KmsManagementAsync. updateKey(UpdateKeyRequest request, AsyncHandler<UpdateKeyRequest,UpdateKeyResponse> handler)
Updates the properties of a master encryption key.Future<UpdateKeyResponse>
KmsManagementAsyncClient. updateKey(UpdateKeyRequest request, AsyncHandler<UpdateKeyRequest,UpdateKeyResponse> handler)
Method parameters in com.oracle.bmc.keymanagement with type arguments of type UpdateKeyResponse Modifier and Type Method Description Future<UpdateKeyResponse>
KmsManagementAsync. updateKey(UpdateKeyRequest request, AsyncHandler<UpdateKeyRequest,UpdateKeyResponse> handler)
Updates the properties of a master encryption key.Future<UpdateKeyResponse>
KmsManagementAsyncClient. updateKey(UpdateKeyRequest request, AsyncHandler<UpdateKeyRequest,UpdateKeyResponse> handler)
-
Uses of UpdateKeyResponse in com.oracle.bmc.keymanagement.responses
Methods in com.oracle.bmc.keymanagement.responses that return UpdateKeyResponse Modifier and Type Method Description UpdateKeyResponse
UpdateKeyResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.keymanagement.responses with parameters of type UpdateKeyResponse Modifier and Type Method Description UpdateKeyResponse.Builder
UpdateKeyResponse.Builder. copy(UpdateKeyResponse o)
Copy method to populate the builder with values from the given instance.
-