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