Uses of Class
com.oracle.bmc.databasemanagement.requests.GetGeneralReplicationInformationRequest
-
Packages that use GetGeneralReplicationInformationRequest Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.requests -
-
Uses of GetGeneralReplicationInformationRequest in com.oracle.bmc.databasemanagement
Method parameters in com.oracle.bmc.databasemanagement with type arguments of type GetGeneralReplicationInformationRequest 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 GetGeneralReplicationInformationRequest in com.oracle.bmc.databasemanagement.requests
Methods in com.oracle.bmc.databasemanagement.requests that return GetGeneralReplicationInformationRequest Modifier and Type Method Description GetGeneralReplicationInformationRequest
GetGeneralReplicationInformationRequest.Builder. build()
Build the instance of GetGeneralReplicationInformationRequest as configured by this builderGetGeneralReplicationInformationRequest
GetGeneralReplicationInformationRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetGeneralReplicationInformationRequest as configured by this builderMethods in com.oracle.bmc.databasemanagement.requests with parameters of type GetGeneralReplicationInformationRequest Modifier and Type Method Description GetGeneralReplicationInformationRequest.Builder
GetGeneralReplicationInformationRequest.Builder. copy(GetGeneralReplicationInformationRequest o)
Copy method to populate the builder with values from the given instance.
-