Uses of Class
com.oracle.bmc.databasemigration.requests.ListJobOutputsRequest
-
Packages that use ListJobOutputsRequest Package Description com.oracle.bmc.databasemigration com.oracle.bmc.databasemigration.requests -
-
Uses of ListJobOutputsRequest in com.oracle.bmc.databasemigration
Methods in com.oracle.bmc.databasemigration with parameters of type ListJobOutputsRequest Modifier and Type Method Description ListJobOutputsResponseDatabaseMigration. listJobOutputs(ListJobOutputsRequest request)List the Job OutputsFuture<ListJobOutputsResponse>DatabaseMigrationAsync. listJobOutputs(ListJobOutputsRequest request, AsyncHandler<ListJobOutputsRequest,ListJobOutputsResponse> handler)List the Job OutputsFuture<ListJobOutputsResponse>DatabaseMigrationAsyncClient. listJobOutputs(ListJobOutputsRequest request, AsyncHandler<ListJobOutputsRequest,ListJobOutputsResponse> handler)ListJobOutputsResponseDatabaseMigrationClient. listJobOutputs(ListJobOutputsRequest request)Iterable<JobOutputSummary>DatabaseMigrationPaginators. listJobOutputsRecordIterator(ListJobOutputsRequest request)Creates a new iterable which will iterate over theJobOutputSummaryobjects contained in responses from the listJobOutputs operation.Iterable<ListJobOutputsResponse>DatabaseMigrationPaginators. listJobOutputsResponseIterator(ListJobOutputsRequest request)Creates a new iterable which will iterate over the responses received from the listJobOutputs operation.Method parameters in com.oracle.bmc.databasemigration with type arguments of type ListJobOutputsRequest Modifier and Type Method Description Future<ListJobOutputsResponse>DatabaseMigrationAsync. listJobOutputs(ListJobOutputsRequest request, AsyncHandler<ListJobOutputsRequest,ListJobOutputsResponse> handler)List the Job OutputsFuture<ListJobOutputsResponse>DatabaseMigrationAsyncClient. listJobOutputs(ListJobOutputsRequest request, AsyncHandler<ListJobOutputsRequest,ListJobOutputsResponse> handler) -
Uses of ListJobOutputsRequest in com.oracle.bmc.databasemigration.requests
Methods in com.oracle.bmc.databasemigration.requests that return ListJobOutputsRequest Modifier and Type Method Description ListJobOutputsRequestListJobOutputsRequest.Builder. build()Build the instance of ListJobOutputsRequest as configured by this builderListJobOutputsRequestListJobOutputsRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListJobOutputsRequest as configured by this builderMethods in com.oracle.bmc.databasemigration.requests with parameters of type ListJobOutputsRequest Modifier and Type Method Description ListJobOutputsRequest.BuilderListJobOutputsRequest.Builder. copy(ListJobOutputsRequest o)Copy method to populate the builder with values from the given instance.
-