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