Uses of Class
com.oracle.bmc.keymanagement.responses.CreateKeyResponse
-
Packages that use CreateKeyResponse Package Description com.oracle.bmc.keymanagement com.oracle.bmc.keymanagement.responses -
-
Uses of CreateKeyResponse in com.oracle.bmc.keymanagement
Methods in com.oracle.bmc.keymanagement that return CreateKeyResponse Modifier and Type Method Description CreateKeyResponse
KmsManagement. createKey(CreateKeyRequest request)
Creates a new master encryption key.CreateKeyResponse
KmsManagementClient. createKey(CreateKeyRequest request)
Methods in com.oracle.bmc.keymanagement that return types with arguments of type CreateKeyResponse 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)
Method parameters in com.oracle.bmc.keymanagement with type arguments of type CreateKeyResponse 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 CreateKeyResponse in com.oracle.bmc.keymanagement.responses
Methods in com.oracle.bmc.keymanagement.responses that return CreateKeyResponse Modifier and Type Method Description CreateKeyResponse
CreateKeyResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.keymanagement.responses with parameters of type CreateKeyResponse Modifier and Type Method Description CreateKeyResponse.Builder
CreateKeyResponse.Builder. copy(CreateKeyResponse o)
Copy method to populate the builder with values from the given instance.
-