Uses of Class
com.oracle.bmc.databasemanagement.responses.GetGeneralReplicationInformationResponse
-
Packages that use GetGeneralReplicationInformationResponse Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.responses -
-
Uses of GetGeneralReplicationInformationResponse in com.oracle.bmc.databasemanagement
Methods in com.oracle.bmc.databasemanagement that return GetGeneralReplicationInformationResponse Modifier and Type Method Description GetGeneralReplicationInformationResponse
ManagedMySqlDatabases. getGeneralReplicationInformation(GetGeneralReplicationInformationRequest request)
Retrieves general information regarding replication of a specific MySQL server.GetGeneralReplicationInformationResponse
ManagedMySqlDatabasesClient. getGeneralReplicationInformation(GetGeneralReplicationInformationRequest request)
Methods in com.oracle.bmc.databasemanagement that return types with arguments of type GetGeneralReplicationInformationResponse Modifier and Type Method Description Future<GetGeneralReplicationInformationResponse>
ManagedMySqlDatabasesAsync. getGeneralReplicationInformation(GetGeneralReplicationInformationRequest request, AsyncHandler<GetGeneralReplicationInformationRequest,GetGeneralReplicationInformationResponse> handler)
Retrieves general information regarding replication of a specific MySQL server.Future<GetGeneralReplicationInformationResponse>
ManagedMySqlDatabasesAsyncClient. getGeneralReplicationInformation(GetGeneralReplicationInformationRequest request, AsyncHandler<GetGeneralReplicationInformationRequest,GetGeneralReplicationInformationResponse> handler)
Method parameters in com.oracle.bmc.databasemanagement with type arguments of type GetGeneralReplicationInformationResponse Modifier and Type Method Description Future<GetGeneralReplicationInformationResponse>
ManagedMySqlDatabasesAsync. getGeneralReplicationInformation(GetGeneralReplicationInformationRequest request, AsyncHandler<GetGeneralReplicationInformationRequest,GetGeneralReplicationInformationResponse> handler)
Retrieves general information regarding replication of a specific MySQL server.Future<GetGeneralReplicationInformationResponse>
ManagedMySqlDatabasesAsyncClient. getGeneralReplicationInformation(GetGeneralReplicationInformationRequest request, AsyncHandler<GetGeneralReplicationInformationRequest,GetGeneralReplicationInformationResponse> handler)
-
Uses of GetGeneralReplicationInformationResponse in com.oracle.bmc.databasemanagement.responses
Methods in com.oracle.bmc.databasemanagement.responses that return GetGeneralReplicationInformationResponse Modifier and Type Method Description GetGeneralReplicationInformationResponse
GetGeneralReplicationInformationResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.databasemanagement.responses with parameters of type GetGeneralReplicationInformationResponse Modifier and Type Method Description GetGeneralReplicationInformationResponse.Builder
GetGeneralReplicationInformationResponse.Builder. copy(GetGeneralReplicationInformationResponse o)
Copy method to populate the builder with values from the given instance.
-