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