Package | Description |
---|---|
com.oracle.bmc.applicationmigration | |
com.oracle.bmc.applicationmigration.requests |
Modifier and Type | Method and Description |
---|---|
ListWorkRequestErrorsResponse |
ApplicationMigration.listWorkRequestErrors(ListWorkRequestErrorsRequest request)
Retrieves details of the errors encountered while executing an operation that is tracked by
the specified work request.
|
ListWorkRequestErrorsResponse |
ApplicationMigrationClient.listWorkRequestErrors(ListWorkRequestErrorsRequest request) |
Future<ListWorkRequestErrorsResponse> |
ApplicationMigrationAsyncClient.listWorkRequestErrors(ListWorkRequestErrorsRequest request,
AsyncHandler<ListWorkRequestErrorsRequest,ListWorkRequestErrorsResponse> handler) |
Future<ListWorkRequestErrorsResponse> |
ApplicationMigrationAsync.listWorkRequestErrors(ListWorkRequestErrorsRequest request,
AsyncHandler<ListWorkRequestErrorsRequest,ListWorkRequestErrorsResponse> handler)
Retrieves details of the errors encountered while executing an operation that is tracked by
the specified work request.
|
Iterable<WorkRequestError> |
ApplicationMigrationPaginators.listWorkRequestErrorsRecordIterator(ListWorkRequestErrorsRequest request)
Creates a new iterable which will iterate over the
WorkRequestError objects contained in responses
from the listWorkRequestErrors operation. |
Iterable<ListWorkRequestErrorsResponse> |
ApplicationMigrationPaginators.listWorkRequestErrorsResponseIterator(ListWorkRequestErrorsRequest request)
Creates a new iterable which will iterate over the responses received from the
listWorkRequestErrors operation.
|
Modifier and Type | Method and Description |
---|---|
Future<ListWorkRequestErrorsResponse> |
ApplicationMigrationAsyncClient.listWorkRequestErrors(ListWorkRequestErrorsRequest request,
AsyncHandler<ListWorkRequestErrorsRequest,ListWorkRequestErrorsResponse> handler) |
Future<ListWorkRequestErrorsResponse> |
ApplicationMigrationAsync.listWorkRequestErrors(ListWorkRequestErrorsRequest request,
AsyncHandler<ListWorkRequestErrorsRequest,ListWorkRequestErrorsResponse> handler)
Retrieves details of the errors encountered while executing an operation that is tracked by
the specified work request.
|
Modifier and Type | Method and Description |
---|---|
ListWorkRequestErrorsRequest |
ListWorkRequestErrorsRequest.Builder.build()
Build the instance of ListWorkRequestErrorsRequest as configured by this builder
|
ListWorkRequestErrorsRequest |
ListWorkRequestErrorsRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListWorkRequestErrorsRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListWorkRequestErrorsRequest.Builder |
ListWorkRequestErrorsRequest.Builder.copy(ListWorkRequestErrorsRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2023. All rights reserved.