Package io.helidon.integrations.oci.atp
Class GenerateAutonomousDatabaseWallet.Response
java.lang.Object
io.helidon.integrations.common.rest.ApiJsonParser
io.helidon.integrations.oci.connect.OciResponseParser
io.helidon.integrations.oci.atp.GenerateAutonomousDatabaseWallet.Response
- Enclosing class:
- GenerateAutonomousDatabaseWallet
Response object parsed from JSON returned by the
RestApi.-
Method Summary
Modifier and TypeMethodDescriptionReturns the wallet retrieved.Methods inherited from class io.helidon.integrations.oci.connect.OciResponseParser
getInstant, toInstantMethods inherited from class io.helidon.integrations.common.rest.ApiJsonParser
isPresent, stringValue, toBoolean, toBytesBase64, toDouble, toInstant, toInt, toList, toLong, toMap, toObject, toString
-
Method Details
-
walletArchive
Returns the wallet retrieved.- Returns:
- WalletArchive - wallet data
-