Uses of Class
com.oracle.bmc.databasemigration.requests.GetScriptRequest
-
Packages that use GetScriptRequest Package Description com.oracle.bmc.databasemigration com.oracle.bmc.databasemigration.requests -
-
Uses of GetScriptRequest in com.oracle.bmc.databasemigration
Methods in com.oracle.bmc.databasemigration with parameters of type GetScriptRequest Modifier and Type Method Description GetScriptResponseDatabaseMigration. getScript(GetScriptRequest request)Download DMS script.Future<GetScriptResponse>DatabaseMigrationAsync. getScript(GetScriptRequest request, AsyncHandler<GetScriptRequest,GetScriptResponse> handler)Download DMS script.Future<GetScriptResponse>DatabaseMigrationAsyncClient. getScript(GetScriptRequest request, AsyncHandler<GetScriptRequest,GetScriptResponse> handler)GetScriptResponseDatabaseMigrationClient. getScript(GetScriptRequest request)Method parameters in com.oracle.bmc.databasemigration with type arguments of type GetScriptRequest 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 GetScriptRequest in com.oracle.bmc.databasemigration.requests
Methods in com.oracle.bmc.databasemigration.requests that return GetScriptRequest Modifier and Type Method Description GetScriptRequestGetScriptRequest.Builder. build()Build the instance of GetScriptRequest as configured by this builderGetScriptRequestGetScriptRequest.Builder. buildWithoutInvocationCallback()Build the instance of GetScriptRequest as configured by this builderMethods in com.oracle.bmc.databasemigration.requests with parameters of type GetScriptRequest Modifier and Type Method Description GetScriptRequest.BuilderGetScriptRequest.Builder. copy(GetScriptRequest o)Copy method to populate the builder with values from the given instance.
-