Uses of Class
com.oracle.bmc.databasemigration.responses.GetScriptResponse
-
Packages that use GetScriptResponse Package Description com.oracle.bmc.databasemigration com.oracle.bmc.databasemigration.responses -
-
Uses of GetScriptResponse in com.oracle.bmc.databasemigration
Methods in com.oracle.bmc.databasemigration that return GetScriptResponse Modifier and Type Method Description GetScriptResponseDatabaseMigration. getScript(GetScriptRequest request)Download DMS script.GetScriptResponseDatabaseMigrationClient. getScript(GetScriptRequest request)Methods in com.oracle.bmc.databasemigration that return types with arguments of type GetScriptResponse Modifier and Type Method Description Future<GetScriptResponse>DatabaseMigrationAsync. getScript(GetScriptRequest request, AsyncHandler<GetScriptRequest,GetScriptResponse> handler)Download DMS script.Future<GetScriptResponse>DatabaseMigrationAsyncClient. getScript(GetScriptRequest request, AsyncHandler<GetScriptRequest,GetScriptResponse> handler)Method parameters in com.oracle.bmc.databasemigration with type arguments of type GetScriptResponse Modifier and Type Method Description Future<GetScriptResponse>DatabaseMigrationAsync. getScript(GetScriptRequest request, AsyncHandler<GetScriptRequest,GetScriptResponse> handler)Download DMS script.Future<GetScriptResponse>DatabaseMigrationAsyncClient. getScript(GetScriptRequest request, AsyncHandler<GetScriptRequest,GetScriptResponse> handler) -
Uses of GetScriptResponse in com.oracle.bmc.databasemigration.responses
Methods in com.oracle.bmc.databasemigration.responses that return GetScriptResponse Modifier and Type Method Description GetScriptResponseGetScriptResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.databasemigration.responses with parameters of type GetScriptResponse Modifier and Type Method Description GetScriptResponse.BuilderGetScriptResponse.Builder. copy(GetScriptResponse o)Copy method to populate the builder with values from the given instance.
-