Uses of Class
com.oracle.bmc.cloudmigrations.requests.GetReplicationScheduleRequest
-
Packages that use GetReplicationScheduleRequest Package Description com.oracle.bmc.cloudmigrations com.oracle.bmc.cloudmigrations.requests -
-
Uses of GetReplicationScheduleRequest in com.oracle.bmc.cloudmigrations
Method parameters in com.oracle.bmc.cloudmigrations with type arguments of type GetReplicationScheduleRequest Modifier and Type Method Description Future<GetReplicationScheduleResponse>
MigrationAsync. getReplicationSchedule(GetReplicationScheduleRequest request, AsyncHandler<GetReplicationScheduleRequest,GetReplicationScheduleResponse> handler)
Gets a replication schedule by identifier.Future<GetReplicationScheduleResponse>
MigrationAsyncClient. getReplicationSchedule(GetReplicationScheduleRequest request, AsyncHandler<GetReplicationScheduleRequest,GetReplicationScheduleResponse> handler)
-
Uses of GetReplicationScheduleRequest in com.oracle.bmc.cloudmigrations.requests
Methods in com.oracle.bmc.cloudmigrations.requests that return GetReplicationScheduleRequest Modifier and Type Method Description GetReplicationScheduleRequest
GetReplicationScheduleRequest.Builder. build()
Build the instance of GetReplicationScheduleRequest as configured by this builderGetReplicationScheduleRequest
GetReplicationScheduleRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetReplicationScheduleRequest as configured by this builderMethods in com.oracle.bmc.cloudmigrations.requests with parameters of type GetReplicationScheduleRequest Modifier and Type Method Description GetReplicationScheduleRequest.Builder
GetReplicationScheduleRequest.Builder. copy(GetReplicationScheduleRequest o)
Copy method to populate the builder with values from the given instance.
-