Uses of Class
com.oracle.bmc.keymanagement.requests.CreateKeyVersionRequest
-
Packages that use CreateKeyVersionRequest Package Description com.oracle.bmc.keymanagement com.oracle.bmc.keymanagement.requests -
-
Uses of CreateKeyVersionRequest in com.oracle.bmc.keymanagement
Methods in com.oracle.bmc.keymanagement with parameters of type CreateKeyVersionRequest Modifier and Type Method Description CreateKeyVersionResponse
KmsManagement. createKeyVersion(CreateKeyVersionRequest request)
Generates a new KeyVersion resource that provides new cryptographic material for a master encryption key.Future<CreateKeyVersionResponse>
KmsManagementAsync. createKeyVersion(CreateKeyVersionRequest request, AsyncHandler<CreateKeyVersionRequest,CreateKeyVersionResponse> handler)
Generates a new KeyVersion resource that provides new cryptographic material for a master encryption key.Future<CreateKeyVersionResponse>
KmsManagementAsyncClient. createKeyVersion(CreateKeyVersionRequest request, AsyncHandler<CreateKeyVersionRequest,CreateKeyVersionResponse> handler)
CreateKeyVersionResponse
KmsManagementClient. createKeyVersion(CreateKeyVersionRequest request)
Method parameters in com.oracle.bmc.keymanagement with type arguments of type CreateKeyVersionRequest Modifier and Type Method Description Future<CreateKeyVersionResponse>
KmsManagementAsync. createKeyVersion(CreateKeyVersionRequest request, AsyncHandler<CreateKeyVersionRequest,CreateKeyVersionResponse> handler)
Generates a new KeyVersion resource that provides new cryptographic material for a master encryption key.Future<CreateKeyVersionResponse>
KmsManagementAsyncClient. createKeyVersion(CreateKeyVersionRequest request, AsyncHandler<CreateKeyVersionRequest,CreateKeyVersionResponse> handler)
-
Uses of CreateKeyVersionRequest in com.oracle.bmc.keymanagement.requests
Methods in com.oracle.bmc.keymanagement.requests that return CreateKeyVersionRequest Modifier and Type Method Description CreateKeyVersionRequest
CreateKeyVersionRequest.Builder. build()
Build the instance of CreateKeyVersionRequest as configured by this builderCreateKeyVersionRequest
CreateKeyVersionRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateKeyVersionRequest as configured by this builderMethods in com.oracle.bmc.keymanagement.requests with parameters of type CreateKeyVersionRequest Modifier and Type Method Description CreateKeyVersionRequest.Builder
CreateKeyVersionRequest.Builder. copy(CreateKeyVersionRequest o)
Copy method to populate the builder with values from the given instance.
-