Package io.helidon.integrations.oci.atp
Interface OciAutonomousDbRx
-
@Deprecated(since="2.5.0", forRemoval=true) public interface OciAutonomousDbRx
Deprecated, for removal: This API element is subject to removal in a future version.OCI SDK insteadReactive API for OCI ATP.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
OciAutonomousDbRx.Builder
Deprecated, for removal: This API element is subject to removal in a future version.Fluent API Builder forOciAutonomousDbRx
.
-
Field Summary
Fields Modifier and Type Field Description static String
API_HOST_FORMAT
Deprecated, for removal: This API element is subject to removal in a future version.Host format of API server.static String
API_HOST_PREFIX
Deprecated, for removal: This API element is subject to removal in a future version.Host name prefix.static String
API_VERSION
Deprecated, for removal: This API element is subject to removal in a future version.Version of ATP API supported by this client.
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description static OciAutonomousDbRx.Builder
builder()
Deprecated, for removal: This API element is subject to removal in a future version.Create a new fluent API builder for OCI ATP.static OciAutonomousDbRx
create()
Deprecated, for removal: This API element is subject to removal in a future version.Create OCI ATP using the defaultOciRestApi
.static OciAutonomousDbRx
create(Config config)
Deprecated, for removal: This API element is subject to removal in a future version.Create OCI ATP based on configuration.Single<ApiOptionalResponse<GenerateAutonomousDatabaseWallet.Response>>
generateWallet(GenerateAutonomousDatabaseWallet.Request request)
Deprecated, for removal: This API element is subject to removal in a future version.Gets the metadata and body of Wallet.
-
-
-
Field Detail
-
API_VERSION
static final String API_VERSION
Deprecated, for removal: This API element is subject to removal in a future version.Version of ATP API supported by this client.- See Also:
- Constant Field Values
-
API_HOST_PREFIX
static final String API_HOST_PREFIX
Deprecated, for removal: This API element is subject to removal in a future version.Host name prefix.- See Also:
- Constant Field Values
-
API_HOST_FORMAT
static final String API_HOST_FORMAT
Deprecated, for removal: This API element is subject to removal in a future version.Host format of API server.- See Also:
- Constant Field Values
-
-
Method Detail
-
builder
static OciAutonomousDbRx.Builder builder()
Deprecated, for removal: This API element is subject to removal in a future version.Create a new fluent API builder for OCI ATP.- Returns:
- a new builder
-
create
static OciAutonomousDbRx create()
Deprecated, for removal: This API element is subject to removal in a future version.Create OCI ATP using the defaultOciRestApi
.- Returns:
- OCI ATP instance connecting based on
DEFAULT
profile
-
create
static OciAutonomousDbRx create(Config config)
Deprecated, for removal: This API element is subject to removal in a future version.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:
OciAutonomousDbRx.Builder.config(io.helidon.config.Config)
-
generateWallet
Single<ApiOptionalResponse<GenerateAutonomousDatabaseWallet.Response>> generateWallet(GenerateAutonomousDatabaseWallet.Request request)
Deprecated, for removal: This API element is subject to removal in a future version.Gets the metadata and body of Wallet.- Parameters:
request
- get object request- Returns:
- future with response or error
-
-