Uses of Class
com.oracle.bmc.database.responses.GetKeyStoreResponse
-
Packages that use GetKeyStoreResponse Package Description com.oracle.bmc.database com.oracle.bmc.database.responses -
-
Uses of GetKeyStoreResponse in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return GetKeyStoreResponse Modifier and Type Method Description GetKeyStoreResponse
Database. getKeyStore(GetKeyStoreRequest request)
Gets information about the specified key store.GetKeyStoreResponse
DatabaseClient. getKeyStore(GetKeyStoreRequest request)
Method parameters in com.oracle.bmc.database with type arguments of type GetKeyStoreResponse Modifier and Type Method Description Future<GetKeyStoreResponse>
DatabaseAsync. getKeyStore(GetKeyStoreRequest request, AsyncHandler<GetKeyStoreRequest,GetKeyStoreResponse> handler)
Gets information about the specified key store.Future<GetKeyStoreResponse>
DatabaseAsyncClient. getKeyStore(GetKeyStoreRequest request, AsyncHandler<GetKeyStoreRequest,GetKeyStoreResponse> handler)
-
Uses of GetKeyStoreResponse in com.oracle.bmc.database.responses
Methods in com.oracle.bmc.database.responses that return GetKeyStoreResponse Modifier and Type Method Description GetKeyStoreResponse
GetKeyStoreResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.database.responses with parameters of type GetKeyStoreResponse Modifier and Type Method Description GetKeyStoreResponse.Builder
GetKeyStoreResponse.Builder. copy(GetKeyStoreResponse o)
Copy method to populate the builder with values from the given instance.
-