Uses of Class
com.oracle.bmc.cloudmigrations.responses.ChangeReplicationScheduleCompartmentResponse
-
Packages that use ChangeReplicationScheduleCompartmentResponse Package Description com.oracle.bmc.cloudmigrations com.oracle.bmc.cloudmigrations.responses -
-
Uses of ChangeReplicationScheduleCompartmentResponse in com.oracle.bmc.cloudmigrations
Methods in com.oracle.bmc.cloudmigrations that return ChangeReplicationScheduleCompartmentResponse Modifier and Type Method Description ChangeReplicationScheduleCompartmentResponse
Migration. changeReplicationScheduleCompartment(ChangeReplicationScheduleCompartmentRequest request)
Moves a resource into a different compartment.ChangeReplicationScheduleCompartmentResponse
MigrationClient. changeReplicationScheduleCompartment(ChangeReplicationScheduleCompartmentRequest request)
Methods in com.oracle.bmc.cloudmigrations that return types with arguments of type ChangeReplicationScheduleCompartmentResponse Modifier and Type Method Description Future<ChangeReplicationScheduleCompartmentResponse>
MigrationAsync. changeReplicationScheduleCompartment(ChangeReplicationScheduleCompartmentRequest request, AsyncHandler<ChangeReplicationScheduleCompartmentRequest,ChangeReplicationScheduleCompartmentResponse> handler)
Moves a resource into a different compartment.Future<ChangeReplicationScheduleCompartmentResponse>
MigrationAsyncClient. changeReplicationScheduleCompartment(ChangeReplicationScheduleCompartmentRequest request, AsyncHandler<ChangeReplicationScheduleCompartmentRequest,ChangeReplicationScheduleCompartmentResponse> handler)
Method parameters in com.oracle.bmc.cloudmigrations with type arguments of type ChangeReplicationScheduleCompartmentResponse Modifier and Type Method Description Future<ChangeReplicationScheduleCompartmentResponse>
MigrationAsync. changeReplicationScheduleCompartment(ChangeReplicationScheduleCompartmentRequest request, AsyncHandler<ChangeReplicationScheduleCompartmentRequest,ChangeReplicationScheduleCompartmentResponse> handler)
Moves a resource into a different compartment.Future<ChangeReplicationScheduleCompartmentResponse>
MigrationAsyncClient. changeReplicationScheduleCompartment(ChangeReplicationScheduleCompartmentRequest request, AsyncHandler<ChangeReplicationScheduleCompartmentRequest,ChangeReplicationScheduleCompartmentResponse> handler)
-
Uses of ChangeReplicationScheduleCompartmentResponse in com.oracle.bmc.cloudmigrations.responses
Methods in com.oracle.bmc.cloudmigrations.responses that return ChangeReplicationScheduleCompartmentResponse Modifier and Type Method Description ChangeReplicationScheduleCompartmentResponse
ChangeReplicationScheduleCompartmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.cloudmigrations.responses with parameters of type ChangeReplicationScheduleCompartmentResponse Modifier and Type Method Description ChangeReplicationScheduleCompartmentResponse.Builder
ChangeReplicationScheduleCompartmentResponse.Builder. copy(ChangeReplicationScheduleCompartmentResponse o)
Copy method to populate the builder with values from the given instance.
-