Package | Description |
---|---|
com.oracle.bmc.databasemigration | |
com.oracle.bmc.databasemigration.requests |
Modifier and Type | Method and Description |
---|---|
ListJobsResponse |
DatabaseMigrationClient.listJobs(ListJobsRequest request) |
ListJobsResponse |
DatabaseMigration.listJobs(ListJobsRequest request)
List all the names of the Migration jobs associated to the specified migration site.
|
Future<ListJobsResponse> |
DatabaseMigrationAsync.listJobs(ListJobsRequest request,
AsyncHandler<ListJobsRequest,ListJobsResponse> handler)
List all the names of the Migration jobs associated to the specified migration site.
|
Future<ListJobsResponse> |
DatabaseMigrationAsyncClient.listJobs(ListJobsRequest request,
AsyncHandler<ListJobsRequest,ListJobsResponse> handler) |
Iterable<JobSummary> |
DatabaseMigrationPaginators.listJobsRecordIterator(ListJobsRequest request)
Creates a new iterable which will iterate over the
JobSummary objects contained in responses from the
listJobs operation. |
Iterable<ListJobsResponse> |
DatabaseMigrationPaginators.listJobsResponseIterator(ListJobsRequest request)
Creates a new iterable which will iterate over the responses received from the listJobs
operation.
|
Modifier and Type | Method and Description |
---|---|
Future<ListJobsResponse> |
DatabaseMigrationAsync.listJobs(ListJobsRequest request,
AsyncHandler<ListJobsRequest,ListJobsResponse> handler)
List all the names of the Migration jobs associated to the specified migration site.
|
Future<ListJobsResponse> |
DatabaseMigrationAsyncClient.listJobs(ListJobsRequest request,
AsyncHandler<ListJobsRequest,ListJobsResponse> handler) |
Modifier and Type | Method and Description |
---|---|
ListJobsRequest |
ListJobsRequest.Builder.build()
Build the instance of ListJobsRequest as configured by this builder
|
ListJobsRequest |
ListJobsRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListJobsRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListJobsRequest.Builder |
ListJobsRequest.Builder.copy(ListJobsRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.