Package | Description |
---|---|
com.oracle.bmc.datasafe | |
com.oracle.bmc.datasafe.requests |
Modifier and Type | Method and Description |
---|---|
ListDiscoveryJobsResponse |
DataSafeClient.listDiscoveryJobs(ListDiscoveryJobsRequest request) |
ListDiscoveryJobsResponse |
DataSafe.listDiscoveryJobs(ListDiscoveryJobsRequest request)
Gets a list of incremental discovery jobs based on the specified query parameters.
|
Future<ListDiscoveryJobsResponse> |
DataSafeAsync.listDiscoveryJobs(ListDiscoveryJobsRequest request,
AsyncHandler<ListDiscoveryJobsRequest,ListDiscoveryJobsResponse> handler)
Gets a list of incremental discovery jobs based on the specified query parameters.
|
Future<ListDiscoveryJobsResponse> |
DataSafeAsyncClient.listDiscoveryJobs(ListDiscoveryJobsRequest request,
AsyncHandler<ListDiscoveryJobsRequest,ListDiscoveryJobsResponse> handler) |
Iterable<DiscoveryJobSummary> |
DataSafePaginators.listDiscoveryJobsRecordIterator(ListDiscoveryJobsRequest request)
Creates a new iterable which will iterate over the
DiscoveryJobSummary objects contained in responses from the
listDiscoveryJobs operation. |
Iterable<ListDiscoveryJobsResponse> |
DataSafePaginators.listDiscoveryJobsResponseIterator(ListDiscoveryJobsRequest request)
Creates a new iterable which will iterate over the responses received from the
listDiscoveryJobs operation.
|
Modifier and Type | Method and Description |
---|---|
Future<ListDiscoveryJobsResponse> |
DataSafeAsync.listDiscoveryJobs(ListDiscoveryJobsRequest request,
AsyncHandler<ListDiscoveryJobsRequest,ListDiscoveryJobsResponse> handler)
Gets a list of incremental discovery jobs based on the specified query parameters.
|
Future<ListDiscoveryJobsResponse> |
DataSafeAsyncClient.listDiscoveryJobs(ListDiscoveryJobsRequest request,
AsyncHandler<ListDiscoveryJobsRequest,ListDiscoveryJobsResponse> handler) |
Modifier and Type | Method and Description |
---|---|
ListDiscoveryJobsRequest |
ListDiscoveryJobsRequest.Builder.build()
Build the instance of ListDiscoveryJobsRequest as configured by this builder
|
ListDiscoveryJobsRequest |
ListDiscoveryJobsRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListDiscoveryJobsRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListDiscoveryJobsRequest.Builder |
ListDiscoveryJobsRequest.Builder.copy(ListDiscoveryJobsRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2023. All rights reserved.