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