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