Uses of Class
com.oracle.bmc.databasemigration.responses.GetJobOutputContentResponse
- 
Packages that use GetJobOutputContentResponse Package Description com.oracle.bmc.databasemigration com.oracle.bmc.databasemigration.responses 
- 
- 
Uses of GetJobOutputContentResponse in com.oracle.bmc.databasemigrationMethods in com.oracle.bmc.databasemigration that return GetJobOutputContentResponse Modifier and Type Method Description GetJobOutputContentResponseDatabaseMigration. getJobOutputContent(GetJobOutputContentRequest request)Get the migration Job Output content as a String.GetJobOutputContentResponseDatabaseMigrationClient. getJobOutputContent(GetJobOutputContentRequest request)Methods in com.oracle.bmc.databasemigration that return types with arguments of type GetJobOutputContentResponse Modifier and Type Method Description Future<GetJobOutputContentResponse>DatabaseMigrationAsync. getJobOutputContent(GetJobOutputContentRequest request, AsyncHandler<GetJobOutputContentRequest,GetJobOutputContentResponse> handler)Get the migration Job Output content as a String.Future<GetJobOutputContentResponse>DatabaseMigrationAsyncClient. getJobOutputContent(GetJobOutputContentRequest request, AsyncHandler<GetJobOutputContentRequest,GetJobOutputContentResponse> handler)Method parameters in com.oracle.bmc.databasemigration with type arguments of type GetJobOutputContentResponse Modifier and Type Method Description Future<GetJobOutputContentResponse>DatabaseMigrationAsync. getJobOutputContent(GetJobOutputContentRequest request, AsyncHandler<GetJobOutputContentRequest,GetJobOutputContentResponse> handler)Get the migration Job Output content as a String.Future<GetJobOutputContentResponse>DatabaseMigrationAsyncClient. getJobOutputContent(GetJobOutputContentRequest request, AsyncHandler<GetJobOutputContentRequest,GetJobOutputContentResponse> handler)
- 
Uses of GetJobOutputContentResponse in com.oracle.bmc.databasemigration.responsesMethods in com.oracle.bmc.databasemigration.responses that return GetJobOutputContentResponse Modifier and Type Method Description GetJobOutputContentResponseGetJobOutputContentResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.databasemigration.responses with parameters of type GetJobOutputContentResponse Modifier and Type Method Description GetJobOutputContentResponse.BuilderGetJobOutputContentResponse.Builder. copy(GetJobOutputContentResponse o)Copy method to populate the builder with values from the given instance.
 
-