Package | Description |
---|---|
com.oracle.bmc.psql | |
com.oracle.bmc.psql.requests |
Modifier and Type | Method and Description |
---|---|
PatchDbSystemResponse |
Postgresql.patchDbSystem(PatchDbSystemRequest request)
Modifies the database system by adding or removing database instance nodes.
|
PatchDbSystemResponse |
PostgresqlClient.patchDbSystem(PatchDbSystemRequest request) |
Future<PatchDbSystemResponse> |
PostgresqlAsyncClient.patchDbSystem(PatchDbSystemRequest request,
AsyncHandler<PatchDbSystemRequest,PatchDbSystemResponse> handler) |
Future<PatchDbSystemResponse> |
PostgresqlAsync.patchDbSystem(PatchDbSystemRequest request,
AsyncHandler<PatchDbSystemRequest,PatchDbSystemResponse> handler)
Modifies the database system by adding or removing database instance nodes.
|
Modifier and Type | Method and Description |
---|---|
Future<PatchDbSystemResponse> |
PostgresqlAsyncClient.patchDbSystem(PatchDbSystemRequest request,
AsyncHandler<PatchDbSystemRequest,PatchDbSystemResponse> handler) |
Future<PatchDbSystemResponse> |
PostgresqlAsync.patchDbSystem(PatchDbSystemRequest request,
AsyncHandler<PatchDbSystemRequest,PatchDbSystemResponse> handler)
Modifies the database system by adding or removing database instance nodes.
|
Modifier and Type | Method and Description |
---|---|
PatchDbSystemRequest |
PatchDbSystemRequest.Builder.build()
Build the instance of PatchDbSystemRequest as configured by this builder
|
PatchDbSystemRequest |
PatchDbSystemRequest.Builder.buildWithoutInvocationCallback()
Build the instance of PatchDbSystemRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
PatchDbSystemRequest.Builder |
PatchDbSystemRequest.Builder.copy(PatchDbSystemRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.