Package | Description |
---|---|
com.oracle.bmc.dataintegration | |
com.oracle.bmc.dataintegration.requests |
Modifier and Type | Method and Description |
---|---|
ListProjectsResponse |
DataIntegration.listProjects(ListProjectsRequest request)
Retrieves a lists of projects in a workspace and provides options to filter the list.
|
ListProjectsResponse |
DataIntegrationClient.listProjects(ListProjectsRequest request) |
Future<ListProjectsResponse> |
DataIntegrationAsync.listProjects(ListProjectsRequest request,
AsyncHandler<ListProjectsRequest,ListProjectsResponse> handler)
Retrieves a lists of projects in a workspace and provides options to filter the list.
|
Future<ListProjectsResponse> |
DataIntegrationAsyncClient.listProjects(ListProjectsRequest request,
AsyncHandler<ListProjectsRequest,ListProjectsResponse> handler) |
Iterable<ProjectSummary> |
DataIntegrationPaginators.listProjectsRecordIterator(ListProjectsRequest request)
Creates a new iterable which will iterate over the
ProjectSummary objects contained in responses from the
listProjects operation. |
Iterable<ListProjectsResponse> |
DataIntegrationPaginators.listProjectsResponseIterator(ListProjectsRequest request)
Creates a new iterable which will iterate over the responses received from the listProjects
operation.
|
Modifier and Type | Method and Description |
---|---|
Future<ListProjectsResponse> |
DataIntegrationAsync.listProjects(ListProjectsRequest request,
AsyncHandler<ListProjectsRequest,ListProjectsResponse> handler)
Retrieves a lists of projects in a workspace and provides options to filter the list.
|
Future<ListProjectsResponse> |
DataIntegrationAsyncClient.listProjects(ListProjectsRequest request,
AsyncHandler<ListProjectsRequest,ListProjectsResponse> handler) |
Modifier and Type | Method and Description |
---|---|
ListProjectsRequest |
ListProjectsRequest.Builder.build()
Build the instance of ListProjectsRequest as configured by this builder
|
ListProjectsRequest |
ListProjectsRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListProjectsRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListProjectsRequest.Builder |
ListProjectsRequest.Builder.copy(ListProjectsRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2023. All rights reserved.