Uses of Class
com.oracle.bmc.psql.responses.GetPrimaryDbInstanceResponse
-
Packages that use GetPrimaryDbInstanceResponse Package Description com.oracle.bmc.psql com.oracle.bmc.psql.responses -
-
Uses of GetPrimaryDbInstanceResponse in com.oracle.bmc.psql
Methods in com.oracle.bmc.psql that return GetPrimaryDbInstanceResponse Modifier and Type Method Description GetPrimaryDbInstanceResponse
Postgresql. getPrimaryDbInstance(GetPrimaryDbInstanceRequest request)
Gets the primary database instance node details.GetPrimaryDbInstanceResponse
PostgresqlClient. getPrimaryDbInstance(GetPrimaryDbInstanceRequest request)
Methods in com.oracle.bmc.psql that return types with arguments of type GetPrimaryDbInstanceResponse 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)
Method parameters in com.oracle.bmc.psql with type arguments of type GetPrimaryDbInstanceResponse 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 GetPrimaryDbInstanceResponse in com.oracle.bmc.psql.responses
Methods in com.oracle.bmc.psql.responses that return GetPrimaryDbInstanceResponse Modifier and Type Method Description GetPrimaryDbInstanceResponse
GetPrimaryDbInstanceResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.psql.responses with parameters of type GetPrimaryDbInstanceResponse Modifier and Type Method Description GetPrimaryDbInstanceResponse.Builder
GetPrimaryDbInstanceResponse.Builder. copy(GetPrimaryDbInstanceResponse o)
Copy method to populate the builder with values from the given instance.
-