Uses of Class
com.oracle.bmc.keymanagement.requests.UpdateKeyRequest
-
Packages that use UpdateKeyRequest Package Description com.oracle.bmc.keymanagement com.oracle.bmc.keymanagement.requests -
-
Uses of UpdateKeyRequest in com.oracle.bmc.keymanagement
Methods in com.oracle.bmc.keymanagement with parameters of type UpdateKeyRequest Modifier and Type Method Description UpdateKeyResponse
KmsManagement. updateKey(UpdateKeyRequest request)
Updates the properties of a master encryption key.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)
UpdateKeyResponse
KmsManagementClient. updateKey(UpdateKeyRequest request)
Method parameters in com.oracle.bmc.keymanagement with type arguments of type UpdateKeyRequest 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 UpdateKeyRequest in com.oracle.bmc.keymanagement.requests
Methods in com.oracle.bmc.keymanagement.requests that return UpdateKeyRequest Modifier and Type Method Description UpdateKeyRequest
UpdateKeyRequest.Builder. build()
Build the instance of UpdateKeyRequest as configured by this builderUpdateKeyRequest
UpdateKeyRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateKeyRequest as configured by this builderMethods in com.oracle.bmc.keymanagement.requests with parameters of type UpdateKeyRequest Modifier and Type Method Description UpdateKeyRequest.Builder
UpdateKeyRequest.Builder. copy(UpdateKeyRequest o)
Copy method to populate the builder with values from the given instance.
-