Uses of Class
com.oracle.bmc.dataintegration.responses.GetSchemaResponse
-
Packages that use GetSchemaResponse Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.responses -
-
Uses of GetSchemaResponse in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration that return GetSchemaResponse Modifier and Type Method Description GetSchemaResponse
DataIntegration. getSchema(GetSchemaRequest request)
Retrieves a schema that can be accessed using the specified connection.GetSchemaResponse
DataIntegrationClient. getSchema(GetSchemaRequest request)
Methods in com.oracle.bmc.dataintegration that return types with arguments of type GetSchemaResponse 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)
Method parameters in com.oracle.bmc.dataintegration with type arguments of type GetSchemaResponse 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 GetSchemaResponse in com.oracle.bmc.dataintegration.responses
Methods in com.oracle.bmc.dataintegration.responses that return GetSchemaResponse Modifier and Type Method Description GetSchemaResponse
GetSchemaResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.dataintegration.responses with parameters of type GetSchemaResponse Modifier and Type Method Description GetSchemaResponse.Builder
GetSchemaResponse.Builder. copy(GetSchemaResponse o)
Copy method to populate the builder with values from the given instance.
-