Uses of Class
com.oracle.bmc.databasemigration.responses.DeleteParameterFileVersionResponse
-
Packages that use DeleteParameterFileVersionResponse Package Description com.oracle.bmc.databasemigration com.oracle.bmc.databasemigration.responses -
-
Uses of DeleteParameterFileVersionResponse in com.oracle.bmc.databasemigration
Methods in com.oracle.bmc.databasemigration that return DeleteParameterFileVersionResponse Modifier and Type Method Description DeleteParameterFileVersionResponse
DatabaseMigration. deleteParameterFileVersion(DeleteParameterFileVersionRequest request)
Deletes the given parameter file versionDeleteParameterFileVersionResponse
DatabaseMigrationClient. deleteParameterFileVersion(DeleteParameterFileVersionRequest request)
Methods in com.oracle.bmc.databasemigration that return types with arguments of type DeleteParameterFileVersionResponse Modifier and Type Method Description Future<DeleteParameterFileVersionResponse>
DatabaseMigrationAsync. deleteParameterFileVersion(DeleteParameterFileVersionRequest request, AsyncHandler<DeleteParameterFileVersionRequest,DeleteParameterFileVersionResponse> handler)
Deletes the given parameter file versionFuture<DeleteParameterFileVersionResponse>
DatabaseMigrationAsyncClient. deleteParameterFileVersion(DeleteParameterFileVersionRequest request, AsyncHandler<DeleteParameterFileVersionRequest,DeleteParameterFileVersionResponse> handler)
Method parameters in com.oracle.bmc.databasemigration with type arguments of type DeleteParameterFileVersionResponse Modifier and Type Method Description Future<DeleteParameterFileVersionResponse>
DatabaseMigrationAsync. deleteParameterFileVersion(DeleteParameterFileVersionRequest request, AsyncHandler<DeleteParameterFileVersionRequest,DeleteParameterFileVersionResponse> handler)
Deletes the given parameter file versionFuture<DeleteParameterFileVersionResponse>
DatabaseMigrationAsyncClient. deleteParameterFileVersion(DeleteParameterFileVersionRequest request, AsyncHandler<DeleteParameterFileVersionRequest,DeleteParameterFileVersionResponse> handler)
-
Uses of DeleteParameterFileVersionResponse in com.oracle.bmc.databasemigration.responses
Methods in com.oracle.bmc.databasemigration.responses that return DeleteParameterFileVersionResponse Modifier and Type Method Description DeleteParameterFileVersionResponse
DeleteParameterFileVersionResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.databasemigration.responses with parameters of type DeleteParameterFileVersionResponse Modifier and Type Method Description DeleteParameterFileVersionResponse.Builder
DeleteParameterFileVersionResponse.Builder. copy(DeleteParameterFileVersionResponse o)
Copy method to populate the builder with values from the given instance.
-