Uses of Class
com.oracle.bmc.database.requests.CreateKeyStoreRequest
-
Packages that use CreateKeyStoreRequest Package Description com.oracle.bmc.database com.oracle.bmc.database.requests -
-
Uses of CreateKeyStoreRequest in com.oracle.bmc.database
Methods in com.oracle.bmc.database with parameters of type CreateKeyStoreRequest Modifier and Type Method Description CreateKeyStoreResponse
Database. createKeyStore(CreateKeyStoreRequest request)
Creates a Key Store.Future<CreateKeyStoreResponse>
DatabaseAsync. createKeyStore(CreateKeyStoreRequest request, AsyncHandler<CreateKeyStoreRequest,CreateKeyStoreResponse> handler)
Creates a Key Store.Future<CreateKeyStoreResponse>
DatabaseAsyncClient. createKeyStore(CreateKeyStoreRequest request, AsyncHandler<CreateKeyStoreRequest,CreateKeyStoreResponse> handler)
CreateKeyStoreResponse
DatabaseClient. createKeyStore(CreateKeyStoreRequest request)
Method parameters in com.oracle.bmc.database with type arguments of type CreateKeyStoreRequest Modifier and Type Method Description Future<CreateKeyStoreResponse>
DatabaseAsync. createKeyStore(CreateKeyStoreRequest request, AsyncHandler<CreateKeyStoreRequest,CreateKeyStoreResponse> handler)
Creates a Key Store.Future<CreateKeyStoreResponse>
DatabaseAsyncClient. createKeyStore(CreateKeyStoreRequest request, AsyncHandler<CreateKeyStoreRequest,CreateKeyStoreResponse> handler)
-
Uses of CreateKeyStoreRequest in com.oracle.bmc.database.requests
Methods in com.oracle.bmc.database.requests that return CreateKeyStoreRequest Modifier and Type Method Description CreateKeyStoreRequest
CreateKeyStoreRequest.Builder. build()
Build the instance of CreateKeyStoreRequest as configured by this builderCreateKeyStoreRequest
CreateKeyStoreRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateKeyStoreRequest as configured by this builderMethods in com.oracle.bmc.database.requests with parameters of type CreateKeyStoreRequest Modifier and Type Method Description CreateKeyStoreRequest.Builder
CreateKeyStoreRequest.Builder. copy(CreateKeyStoreRequest o)
Copy method to populate the builder with values from the given instance.
-