Package | Description |
---|---|
com.oracle.bmc.dataintegration | |
com.oracle.bmc.dataintegration.responses |
Modifier and Type | Method and Description |
---|---|
ListSchemasResponse |
DataIntegration.listSchemas(ListSchemasRequest request)
Retrieves a list of all the schemas that can be accessed using the specified connection.
|
ListSchemasResponse |
DataIntegrationClient.listSchemas(ListSchemasRequest request) |
Modifier and Type | Method and Description |
---|---|
Future<ListSchemasResponse> |
DataIntegrationAsync.listSchemas(ListSchemasRequest request,
AsyncHandler<ListSchemasRequest,ListSchemasResponse> handler)
Retrieves a list of all the schemas that can be accessed using the specified connection.
|
Future<ListSchemasResponse> |
DataIntegrationAsyncClient.listSchemas(ListSchemasRequest request,
AsyncHandler<ListSchemasRequest,ListSchemasResponse> handler) |
Iterable<ListSchemasResponse> |
DataIntegrationPaginators.listSchemasResponseIterator(ListSchemasRequest request)
Creates a new iterable which will iterate over the responses received from the listSchemas
operation.
|
Modifier and Type | Method and Description |
---|---|
Future<ListSchemasResponse> |
DataIntegrationAsync.listSchemas(ListSchemasRequest request,
AsyncHandler<ListSchemasRequest,ListSchemasResponse> handler)
Retrieves a list of all the schemas that can be accessed using the specified connection.
|
Future<ListSchemasResponse> |
DataIntegrationAsyncClient.listSchemas(ListSchemasRequest request,
AsyncHandler<ListSchemasRequest,ListSchemasResponse> handler) |
Modifier and Type | Method and Description |
---|---|
ListSchemasResponse |
ListSchemasResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
ListSchemasResponse.Builder |
ListSchemasResponse.Builder.copy(ListSchemasResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2023. All rights reserved.