Uses of Class
com.oracle.bmc.cloudmigrations.responses.ListReplicationSchedulesResponse
-
Packages that use ListReplicationSchedulesResponse Package Description com.oracle.bmc.cloudmigrations com.oracle.bmc.cloudmigrations.responses -
-
Uses of ListReplicationSchedulesResponse in com.oracle.bmc.cloudmigrations
Methods in com.oracle.bmc.cloudmigrations that return ListReplicationSchedulesResponse Modifier and Type Method Description ListReplicationSchedulesResponse
Migration. listReplicationSchedules(ListReplicationSchedulesRequest request)
Returns a list of replication schedules.ListReplicationSchedulesResponse
MigrationClient. listReplicationSchedules(ListReplicationSchedulesRequest request)
Methods in com.oracle.bmc.cloudmigrations that return types with arguments of type ListReplicationSchedulesResponse Modifier and Type Method Description Future<ListReplicationSchedulesResponse>
MigrationAsync. listReplicationSchedules(ListReplicationSchedulesRequest request, AsyncHandler<ListReplicationSchedulesRequest,ListReplicationSchedulesResponse> handler)
Returns a list of replication schedules.Future<ListReplicationSchedulesResponse>
MigrationAsyncClient. listReplicationSchedules(ListReplicationSchedulesRequest request, AsyncHandler<ListReplicationSchedulesRequest,ListReplicationSchedulesResponse> handler)
Iterable<ListReplicationSchedulesResponse>
MigrationPaginators. listReplicationSchedulesResponseIterator(ListReplicationSchedulesRequest request)
Creates a new iterable which will iterate over the responses received from the listReplicationSchedules operation.Method parameters in com.oracle.bmc.cloudmigrations with type arguments of type ListReplicationSchedulesResponse Modifier and Type Method Description Future<ListReplicationSchedulesResponse>
MigrationAsync. listReplicationSchedules(ListReplicationSchedulesRequest request, AsyncHandler<ListReplicationSchedulesRequest,ListReplicationSchedulesResponse> handler)
Returns a list of replication schedules.Future<ListReplicationSchedulesResponse>
MigrationAsyncClient. listReplicationSchedules(ListReplicationSchedulesRequest request, AsyncHandler<ListReplicationSchedulesRequest,ListReplicationSchedulesResponse> handler)
-
Uses of ListReplicationSchedulesResponse in com.oracle.bmc.cloudmigrations.responses
Methods in com.oracle.bmc.cloudmigrations.responses that return ListReplicationSchedulesResponse Modifier and Type Method Description ListReplicationSchedulesResponse
ListReplicationSchedulesResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.cloudmigrations.responses with parameters of type ListReplicationSchedulesResponse Modifier and Type Method Description ListReplicationSchedulesResponse.Builder
ListReplicationSchedulesResponse.Builder. copy(ListReplicationSchedulesResponse o)
Copy method to populate the builder with values from the given instance.
-