Uses of Class
com.oracle.bmc.cloudmigrations.responses.DeleteReplicationScheduleResponse
-
Packages that use DeleteReplicationScheduleResponse Package Description com.oracle.bmc.cloudmigrations com.oracle.bmc.cloudmigrations.responses -
-
Uses of DeleteReplicationScheduleResponse in com.oracle.bmc.cloudmigrations
Methods in com.oracle.bmc.cloudmigrations that return DeleteReplicationScheduleResponse Modifier and Type Method Description DeleteReplicationScheduleResponse
Migration. deleteReplicationSchedule(DeleteReplicationScheduleRequest request)
Deletes a replication schedule resource by identifier.DeleteReplicationScheduleResponse
MigrationClient. deleteReplicationSchedule(DeleteReplicationScheduleRequest request)
Methods in com.oracle.bmc.cloudmigrations that return types with arguments of type DeleteReplicationScheduleResponse Modifier and Type Method Description Future<DeleteReplicationScheduleResponse>
MigrationAsync. deleteReplicationSchedule(DeleteReplicationScheduleRequest request, AsyncHandler<DeleteReplicationScheduleRequest,DeleteReplicationScheduleResponse> handler)
Deletes a replication schedule resource by identifier.Future<DeleteReplicationScheduleResponse>
MigrationAsyncClient. deleteReplicationSchedule(DeleteReplicationScheduleRequest request, AsyncHandler<DeleteReplicationScheduleRequest,DeleteReplicationScheduleResponse> handler)
Method parameters in com.oracle.bmc.cloudmigrations with type arguments of type DeleteReplicationScheduleResponse Modifier and Type Method Description Future<DeleteReplicationScheduleResponse>
MigrationAsync. deleteReplicationSchedule(DeleteReplicationScheduleRequest request, AsyncHandler<DeleteReplicationScheduleRequest,DeleteReplicationScheduleResponse> handler)
Deletes a replication schedule resource by identifier.Future<DeleteReplicationScheduleResponse>
MigrationAsyncClient. deleteReplicationSchedule(DeleteReplicationScheduleRequest request, AsyncHandler<DeleteReplicationScheduleRequest,DeleteReplicationScheduleResponse> handler)
-
Uses of DeleteReplicationScheduleResponse in com.oracle.bmc.cloudmigrations.responses
Methods in com.oracle.bmc.cloudmigrations.responses that return DeleteReplicationScheduleResponse Modifier and Type Method Description DeleteReplicationScheduleResponse
DeleteReplicationScheduleResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.cloudmigrations.responses with parameters of type DeleteReplicationScheduleResponse Modifier and Type Method Description DeleteReplicationScheduleResponse.Builder
DeleteReplicationScheduleResponse.Builder. copy(DeleteReplicationScheduleResponse o)
Copy method to populate the builder with values from the given instance.
-