Uses of Class
com.oracle.bmc.cloudmigrations.requests.ChangeMigrationCompartmentRequest
-
Packages that use ChangeMigrationCompartmentRequest Package Description com.oracle.bmc.cloudmigrations com.oracle.bmc.cloudmigrations.requests -
-
Uses of ChangeMigrationCompartmentRequest in com.oracle.bmc.cloudmigrations
Methods in com.oracle.bmc.cloudmigrations with parameters of type ChangeMigrationCompartmentRequest Modifier and Type Method Description ChangeMigrationCompartmentResponse
Migration. changeMigrationCompartment(ChangeMigrationCompartmentRequest request)
Moves a migration resource from one compartment identifier to another.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)
ChangeMigrationCompartmentResponse
MigrationClient. changeMigrationCompartment(ChangeMigrationCompartmentRequest request)
Method parameters in com.oracle.bmc.cloudmigrations with type arguments of type ChangeMigrationCompartmentRequest 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 ChangeMigrationCompartmentRequest in com.oracle.bmc.cloudmigrations.requests
Methods in com.oracle.bmc.cloudmigrations.requests that return ChangeMigrationCompartmentRequest Modifier and Type Method Description ChangeMigrationCompartmentRequest
ChangeMigrationCompartmentRequest.Builder. build()
Build the instance of ChangeMigrationCompartmentRequest as configured by this builderChangeMigrationCompartmentRequest
ChangeMigrationCompartmentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ChangeMigrationCompartmentRequest as configured by this builderMethods in com.oracle.bmc.cloudmigrations.requests with parameters of type ChangeMigrationCompartmentRequest Modifier and Type Method Description ChangeMigrationCompartmentRequest.Builder
ChangeMigrationCompartmentRequest.Builder. copy(ChangeMigrationCompartmentRequest o)
Copy method to populate the builder with values from the given instance.
-