Uses of Class
com.oracle.bmc.psql.requests.GetPrimaryDbInstanceRequest
-
Packages that use GetPrimaryDbInstanceRequest Package Description com.oracle.bmc.psql com.oracle.bmc.psql.requests -
-
Uses of GetPrimaryDbInstanceRequest in com.oracle.bmc.psql
Methods in com.oracle.bmc.psql with parameters of type GetPrimaryDbInstanceRequest Modifier and Type Method Description GetPrimaryDbInstanceResponse
Postgresql. getPrimaryDbInstance(GetPrimaryDbInstanceRequest request)
Gets the primary database instance node details.Future<GetPrimaryDbInstanceResponse>
PostgresqlAsync. getPrimaryDbInstance(GetPrimaryDbInstanceRequest request, AsyncHandler<GetPrimaryDbInstanceRequest,GetPrimaryDbInstanceResponse> handler)
Gets the primary database instance node details.Future<GetPrimaryDbInstanceResponse>
PostgresqlAsyncClient. getPrimaryDbInstance(GetPrimaryDbInstanceRequest request, AsyncHandler<GetPrimaryDbInstanceRequest,GetPrimaryDbInstanceResponse> handler)
GetPrimaryDbInstanceResponse
PostgresqlClient. getPrimaryDbInstance(GetPrimaryDbInstanceRequest request)
Method parameters in com.oracle.bmc.psql with type arguments of type GetPrimaryDbInstanceRequest Modifier and Type Method Description Future<GetPrimaryDbInstanceResponse>
PostgresqlAsync. getPrimaryDbInstance(GetPrimaryDbInstanceRequest request, AsyncHandler<GetPrimaryDbInstanceRequest,GetPrimaryDbInstanceResponse> handler)
Gets the primary database instance node details.Future<GetPrimaryDbInstanceResponse>
PostgresqlAsyncClient. getPrimaryDbInstance(GetPrimaryDbInstanceRequest request, AsyncHandler<GetPrimaryDbInstanceRequest,GetPrimaryDbInstanceResponse> handler)
-
Uses of GetPrimaryDbInstanceRequest in com.oracle.bmc.psql.requests
Methods in com.oracle.bmc.psql.requests that return GetPrimaryDbInstanceRequest Modifier and Type Method Description GetPrimaryDbInstanceRequest
GetPrimaryDbInstanceRequest.Builder. build()
Build the instance of GetPrimaryDbInstanceRequest as configured by this builderGetPrimaryDbInstanceRequest
GetPrimaryDbInstanceRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetPrimaryDbInstanceRequest as configured by this builderMethods in com.oracle.bmc.psql.requests with parameters of type GetPrimaryDbInstanceRequest Modifier and Type Method Description GetPrimaryDbInstanceRequest.Builder
GetPrimaryDbInstanceRequest.Builder. copy(GetPrimaryDbInstanceRequest o)
Copy method to populate the builder with values from the given instance.
-