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