Package io.helidon.integrations.oci.atp
Interface OciAutonomousDbRx
public interface OciAutonomousDbRx
Reactive API for OCI ATP.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic OciAutonomousDbRx.Builderbuilder()Create a new fluent API builder for OCI ATP.static OciAutonomousDbRxcreate()Create OCI ATP using the defaultOciRestApi.static OciAutonomousDbRxCreate OCI ATP based on configuration.Gets the metadata and body of Wallet.
-
Field Details
-
API_VERSION
Version of ATP API supported by this client.- See Also:
-
API_HOST_PREFIX
Host name prefix.- See Also:
-
API_HOST_FORMAT
Host format of API server.- See Also:
-
-
Method Details
-
builder
Create a new fluent API builder for OCI ATP.- Returns:
- a new builder
-
create
Create OCI ATP using the defaultOciRestApi.- Returns:
- OCI ATP instance connecting based on
DEFAULTprofile
-
create
Create OCI ATP based on configuration.- Parameters:
config- configuration on the node of OCI configuration- Returns:
- OCI ATP instance configured from the configuration
- See Also:
-
generateWallet
Single<ApiOptionalResponse<GenerateAutonomousDatabaseWallet.Response>> generateWallet(GenerateAutonomousDatabaseWallet.Request request) Gets the metadata and body of Wallet.- Parameters:
request- get object request- Returns:
- future with response or error
-