Package | Description |
---|---|
com.oracle.bmc.dataintegration | |
com.oracle.bmc.dataintegration.requests |
Modifier and Type | Method and Description |
---|---|
ListWorkspacesResponse |
DataIntegration.listWorkspaces(ListWorkspacesRequest request)
Retrieves a list of Data Integration workspaces.
|
ListWorkspacesResponse |
DataIntegrationClient.listWorkspaces(ListWorkspacesRequest request) |
Future<ListWorkspacesResponse> |
DataIntegrationAsync.listWorkspaces(ListWorkspacesRequest request,
AsyncHandler<ListWorkspacesRequest,ListWorkspacesResponse> handler)
Retrieves a list of Data Integration workspaces.
|
Future<ListWorkspacesResponse> |
DataIntegrationAsyncClient.listWorkspaces(ListWorkspacesRequest request,
AsyncHandler<ListWorkspacesRequest,ListWorkspacesResponse> handler) |
Iterable<WorkspaceSummary> |
DataIntegrationPaginators.listWorkspacesRecordIterator(ListWorkspacesRequest request)
Creates a new iterable which will iterate over the
WorkspaceSummary objects contained in responses from
the listWorkspaces operation. |
Iterable<ListWorkspacesResponse> |
DataIntegrationPaginators.listWorkspacesResponseIterator(ListWorkspacesRequest request)
Creates a new iterable which will iterate over the responses received from the listWorkspaces
operation.
|
Modifier and Type | Method and Description |
---|---|
Future<ListWorkspacesResponse> |
DataIntegrationAsync.listWorkspaces(ListWorkspacesRequest request,
AsyncHandler<ListWorkspacesRequest,ListWorkspacesResponse> handler)
Retrieves a list of Data Integration workspaces.
|
Future<ListWorkspacesResponse> |
DataIntegrationAsyncClient.listWorkspaces(ListWorkspacesRequest request,
AsyncHandler<ListWorkspacesRequest,ListWorkspacesResponse> handler) |
Modifier and Type | Method and Description |
---|---|
ListWorkspacesRequest |
ListWorkspacesRequest.Builder.build()
Build the instance of ListWorkspacesRequest as configured by this builder
|
ListWorkspacesRequest |
ListWorkspacesRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListWorkspacesRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListWorkspacesRequest.Builder |
ListWorkspacesRequest.Builder.copy(ListWorkspacesRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2023. All rights reserved.