Package | Description |
---|---|
com.oracle.bmc.dataintegration | |
com.oracle.bmc.dataintegration.requests |
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) |
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<SchemaSummary> |
DataIntegrationPaginators.listSchemasRecordIterator(ListSchemasRequest request)
Creates a new iterable which will iterate over the
SchemaSummary objects contained in responses from the
listSchemas operation. |
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 |
---|---|
ListSchemasRequest |
ListSchemasRequest.Builder.build()
Build the instance of ListSchemasRequest as configured by this builder
|
ListSchemasRequest |
ListSchemasRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListSchemasRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListSchemasRequest.Builder |
ListSchemasRequest.Builder.copy(ListSchemasRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2023. All rights reserved.