Uses of Class
com.oracle.bmc.databasemigration.responses.CreateParameterFileVersionResponse
-
Packages that use CreateParameterFileVersionResponse Package Description com.oracle.bmc.databasemigration com.oracle.bmc.databasemigration.responses -
-
Uses of CreateParameterFileVersionResponse in com.oracle.bmc.databasemigration
Methods in com.oracle.bmc.databasemigration that return CreateParameterFileVersionResponse Modifier and Type Method Description CreateParameterFileVersionResponse
DatabaseMigration. createParameterFileVersion(CreateParameterFileVersionRequest request)
Creates a new version of the current parameter file contents to the specified value.CreateParameterFileVersionResponse
DatabaseMigrationClient. createParameterFileVersion(CreateParameterFileVersionRequest request)
Methods in com.oracle.bmc.databasemigration that return types with arguments of type CreateParameterFileVersionResponse Modifier and Type Method Description Future<CreateParameterFileVersionResponse>
DatabaseMigrationAsync. createParameterFileVersion(CreateParameterFileVersionRequest request, AsyncHandler<CreateParameterFileVersionRequest,CreateParameterFileVersionResponse> handler)
Creates a new version of the current parameter file contents to the specified value.Future<CreateParameterFileVersionResponse>
DatabaseMigrationAsyncClient. createParameterFileVersion(CreateParameterFileVersionRequest request, AsyncHandler<CreateParameterFileVersionRequest,CreateParameterFileVersionResponse> handler)
Method parameters in com.oracle.bmc.databasemigration with type arguments of type CreateParameterFileVersionResponse Modifier and Type Method Description Future<CreateParameterFileVersionResponse>
DatabaseMigrationAsync. createParameterFileVersion(CreateParameterFileVersionRequest request, AsyncHandler<CreateParameterFileVersionRequest,CreateParameterFileVersionResponse> handler)
Creates a new version of the current parameter file contents to the specified value.Future<CreateParameterFileVersionResponse>
DatabaseMigrationAsyncClient. createParameterFileVersion(CreateParameterFileVersionRequest request, AsyncHandler<CreateParameterFileVersionRequest,CreateParameterFileVersionResponse> handler)
-
Uses of CreateParameterFileVersionResponse in com.oracle.bmc.databasemigration.responses
Methods in com.oracle.bmc.databasemigration.responses that return CreateParameterFileVersionResponse Modifier and Type Method Description CreateParameterFileVersionResponse
CreateParameterFileVersionResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.databasemigration.responses with parameters of type CreateParameterFileVersionResponse Modifier and Type Method Description CreateParameterFileVersionResponse.Builder
CreateParameterFileVersionResponse.Builder. copy(CreateParameterFileVersionResponse o)
Copy method to populate the builder with values from the given instance.
-