Package | Description |
---|---|
com.oracle.bmc.applicationmigration | |
com.oracle.bmc.applicationmigration.requests |
Modifier and Type | Method and Description |
---|---|
ListWorkRequestsResponse |
ApplicationMigrationClient.listWorkRequests(ListWorkRequestsRequest request) |
ListWorkRequestsResponse |
ApplicationMigration.listWorkRequests(ListWorkRequestsRequest request)
Retrieves details of all the work requests and match the specified query criteria.
|
Future<ListWorkRequestsResponse> |
ApplicationMigrationAsyncClient.listWorkRequests(ListWorkRequestsRequest request,
AsyncHandler<ListWorkRequestsRequest,ListWorkRequestsResponse> handler) |
Future<ListWorkRequestsResponse> |
ApplicationMigrationAsync.listWorkRequests(ListWorkRequestsRequest request,
AsyncHandler<ListWorkRequestsRequest,ListWorkRequestsResponse> handler)
Retrieves details of all the work requests and match the specified query criteria.
|
Iterable<WorkRequestSummary> |
ApplicationMigrationPaginators.listWorkRequestsRecordIterator(ListWorkRequestsRequest request)
Creates a new iterable which will iterate over the
WorkRequestSummary objects contained in responses
from the listWorkRequests operation. |
Iterable<ListWorkRequestsResponse> |
ApplicationMigrationPaginators.listWorkRequestsResponseIterator(ListWorkRequestsRequest request)
Creates a new iterable which will iterate over the responses received from the
listWorkRequests operation.
|
Modifier and Type | Method and Description |
---|---|
Future<ListWorkRequestsResponse> |
ApplicationMigrationAsyncClient.listWorkRequests(ListWorkRequestsRequest request,
AsyncHandler<ListWorkRequestsRequest,ListWorkRequestsResponse> handler) |
Future<ListWorkRequestsResponse> |
ApplicationMigrationAsync.listWorkRequests(ListWorkRequestsRequest request,
AsyncHandler<ListWorkRequestsRequest,ListWorkRequestsResponse> handler)
Retrieves details of all the work requests and match the specified query criteria.
|
Modifier and Type | Method and Description |
---|---|
ListWorkRequestsRequest |
ListWorkRequestsRequest.Builder.build()
Build the instance of ListWorkRequestsRequest as configured by this builder
|
ListWorkRequestsRequest |
ListWorkRequestsRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListWorkRequestsRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListWorkRequestsRequest.Builder |
ListWorkRequestsRequest.Builder.copy(ListWorkRequestsRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2023. All rights reserved.