Uses of Class
com.oracle.bmc.databasemigration.responses.ListMigrationParametersResponse
-
Packages that use ListMigrationParametersResponse Package Description com.oracle.bmc.databasemigration com.oracle.bmc.databasemigration.responses -
-
Uses of ListMigrationParametersResponse in com.oracle.bmc.databasemigration
Methods in com.oracle.bmc.databasemigration that return ListMigrationParametersResponse Modifier and Type Method Description ListMigrationParametersResponseDatabaseMigration. listMigrationParameters(ListMigrationParametersRequest request)List of parameters that can be used to customize migrations.ListMigrationParametersResponseDatabaseMigrationClient. listMigrationParameters(ListMigrationParametersRequest request)Methods in com.oracle.bmc.databasemigration that return types with arguments of type ListMigrationParametersResponse Modifier and Type Method Description Future<ListMigrationParametersResponse>DatabaseMigrationAsync. listMigrationParameters(ListMigrationParametersRequest request, AsyncHandler<ListMigrationParametersRequest,ListMigrationParametersResponse> handler)List of parameters that can be used to customize migrations.Future<ListMigrationParametersResponse>DatabaseMigrationAsyncClient. listMigrationParameters(ListMigrationParametersRequest request, AsyncHandler<ListMigrationParametersRequest,ListMigrationParametersResponse> handler)Iterable<ListMigrationParametersResponse>DatabaseMigrationPaginators. listMigrationParametersResponseIterator(ListMigrationParametersRequest request)Creates a new iterable which will iterate over the responses received from the listMigrationParameters operation.Method parameters in com.oracle.bmc.databasemigration with type arguments of type ListMigrationParametersResponse Modifier and Type Method Description Future<ListMigrationParametersResponse>DatabaseMigrationAsync. listMigrationParameters(ListMigrationParametersRequest request, AsyncHandler<ListMigrationParametersRequest,ListMigrationParametersResponse> handler)List of parameters that can be used to customize migrations.Future<ListMigrationParametersResponse>DatabaseMigrationAsyncClient. listMigrationParameters(ListMigrationParametersRequest request, AsyncHandler<ListMigrationParametersRequest,ListMigrationParametersResponse> handler) -
Uses of ListMigrationParametersResponse in com.oracle.bmc.databasemigration.responses
Methods in com.oracle.bmc.databasemigration.responses that return ListMigrationParametersResponse Modifier and Type Method Description ListMigrationParametersResponseListMigrationParametersResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.databasemigration.responses with parameters of type ListMigrationParametersResponse Modifier and Type Method Description ListMigrationParametersResponse.BuilderListMigrationParametersResponse.Builder. copy(ListMigrationParametersResponse o)Copy method to populate the builder with values from the given instance.
-