Uses of Class
com.oracle.bmc.databasemigration.responses.GetParameterFileVersionResponse
-
Packages that use GetParameterFileVersionResponse Package Description com.oracle.bmc.databasemigration com.oracle.bmc.databasemigration.responses -
-
Uses of GetParameterFileVersionResponse in com.oracle.bmc.databasemigration
Methods in com.oracle.bmc.databasemigration that return GetParameterFileVersionResponse Modifier and Type Method Description GetParameterFileVersionResponse
DatabaseMigration. getParameterFileVersion(GetParameterFileVersionRequest request)
Obtain the parameter file version contents for the specified parameter file name and the associated job.GetParameterFileVersionResponse
DatabaseMigrationClient. getParameterFileVersion(GetParameterFileVersionRequest request)
Methods in com.oracle.bmc.databasemigration that return types with arguments of type GetParameterFileVersionResponse Modifier and Type Method Description Future<GetParameterFileVersionResponse>
DatabaseMigrationAsync. getParameterFileVersion(GetParameterFileVersionRequest request, AsyncHandler<GetParameterFileVersionRequest,GetParameterFileVersionResponse> handler)
Obtain the parameter file version contents for the specified parameter file name and the associated job.Future<GetParameterFileVersionResponse>
DatabaseMigrationAsyncClient. getParameterFileVersion(GetParameterFileVersionRequest request, AsyncHandler<GetParameterFileVersionRequest,GetParameterFileVersionResponse> handler)
Method parameters in com.oracle.bmc.databasemigration with type arguments of type GetParameterFileVersionResponse Modifier and Type Method Description Future<GetParameterFileVersionResponse>
DatabaseMigrationAsync. getParameterFileVersion(GetParameterFileVersionRequest request, AsyncHandler<GetParameterFileVersionRequest,GetParameterFileVersionResponse> handler)
Obtain the parameter file version contents for the specified parameter file name and the associated job.Future<GetParameterFileVersionResponse>
DatabaseMigrationAsyncClient. getParameterFileVersion(GetParameterFileVersionRequest request, AsyncHandler<GetParameterFileVersionRequest,GetParameterFileVersionResponse> handler)
-
Uses of GetParameterFileVersionResponse in com.oracle.bmc.databasemigration.responses
Methods in com.oracle.bmc.databasemigration.responses that return GetParameterFileVersionResponse Modifier and Type Method Description GetParameterFileVersionResponse
GetParameterFileVersionResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.databasemigration.responses with parameters of type GetParameterFileVersionResponse Modifier and Type Method Description GetParameterFileVersionResponse.Builder
GetParameterFileVersionResponse.Builder. copy(GetParameterFileVersionResponse o)
Copy method to populate the builder with values from the given instance.
-