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.dataintegrationMethods in com.oracle.bmc.dataintegration that return GetSchemaResponse Modifier and Type Method Description GetSchemaResponseDataIntegration. getSchema(GetSchemaRequest request)Retrieves a schema that can be accessed using the specified connection.GetSchemaResponseDataIntegrationClient. 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.responsesMethods in com.oracle.bmc.dataintegration.responses that return GetSchemaResponse Modifier and Type Method Description GetSchemaResponseGetSchemaResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.dataintegration.responses with parameters of type GetSchemaResponse Modifier and Type Method Description GetSchemaResponse.BuilderGetSchemaResponse.Builder. copy(GetSchemaResponse o)Copy method to populate the builder with values from the given instance.
 
-