Uses of Class
com.oracle.bmc.dataintegration.requests.GetSchemaRequest
-
Packages that use GetSchemaRequest Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.requests -
-
Uses of GetSchemaRequest in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration with parameters of type GetSchemaRequest Modifier and Type Method Description GetSchemaResponse
DataIntegration. getSchema(GetSchemaRequest request)
Retrieves a schema that can be accessed using the specified connection.Future<GetSchemaResponse>
DataIntegrationAsync. getSchema(GetSchemaRequest request, AsyncHandler<GetSchemaRequest,GetSchemaResponse> handler)
Retrieves a schema that can be accessed using the specified connection.Future<GetSchemaResponse>
DataIntegrationAsyncClient. getSchema(GetSchemaRequest request, AsyncHandler<GetSchemaRequest,GetSchemaResponse> handler)
GetSchemaResponse
DataIntegrationClient. getSchema(GetSchemaRequest request)
Method parameters in com.oracle.bmc.dataintegration with type arguments of type GetSchemaRequest Modifier and Type Method Description Future<GetSchemaResponse>
DataIntegrationAsync. getSchema(GetSchemaRequest request, AsyncHandler<GetSchemaRequest,GetSchemaResponse> handler)
Retrieves a schema that can be accessed using the specified connection.Future<GetSchemaResponse>
DataIntegrationAsyncClient. getSchema(GetSchemaRequest request, AsyncHandler<GetSchemaRequest,GetSchemaResponse> handler)
-
Uses of GetSchemaRequest in com.oracle.bmc.dataintegration.requests
Methods in com.oracle.bmc.dataintegration.requests that return GetSchemaRequest Modifier and Type Method Description GetSchemaRequest
GetSchemaRequest.Builder. build()
Build the instance of GetSchemaRequest as configured by this builderGetSchemaRequest
GetSchemaRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetSchemaRequest as configured by this builderMethods in com.oracle.bmc.dataintegration.requests with parameters of type GetSchemaRequest Modifier and Type Method Description GetSchemaRequest.Builder
GetSchemaRequest.Builder. copy(GetSchemaRequest o)
Copy method to populate the builder with values from the given instance.
-