Uses of Class
com.oracle.bmc.cloudmigrations.requests.DeleteReplicationScheduleRequest
-
Packages that use DeleteReplicationScheduleRequest Package Description com.oracle.bmc.cloudmigrations com.oracle.bmc.cloudmigrations.requests -
-
Uses of DeleteReplicationScheduleRequest in com.oracle.bmc.cloudmigrations
Methods in com.oracle.bmc.cloudmigrations with parameters of type DeleteReplicationScheduleRequest Modifier and Type Method Description DeleteReplicationScheduleResponse
Migration. deleteReplicationSchedule(DeleteReplicationScheduleRequest request)
Deletes a replication schedule resource by identifier.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)
DeleteReplicationScheduleResponse
MigrationClient. deleteReplicationSchedule(DeleteReplicationScheduleRequest request)
Method parameters in com.oracle.bmc.cloudmigrations with type arguments of type DeleteReplicationScheduleRequest 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 DeleteReplicationScheduleRequest in com.oracle.bmc.cloudmigrations.requests
Methods in com.oracle.bmc.cloudmigrations.requests that return DeleteReplicationScheduleRequest Modifier and Type Method Description DeleteReplicationScheduleRequest
DeleteReplicationScheduleRequest.Builder. build()
Build the instance of DeleteReplicationScheduleRequest as configured by this builderDeleteReplicationScheduleRequest
DeleteReplicationScheduleRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeleteReplicationScheduleRequest as configured by this builderMethods in com.oracle.bmc.cloudmigrations.requests with parameters of type DeleteReplicationScheduleRequest Modifier and Type Method Description DeleteReplicationScheduleRequest.Builder
DeleteReplicationScheduleRequest.Builder. copy(DeleteReplicationScheduleRequest o)
Copy method to populate the builder with values from the given instance.
-