Package | Description |
---|---|
com.oracle.bmc.resourcemanager | |
com.oracle.bmc.resourcemanager.responses |
Modifier and Type | Method and Description |
---|---|
ListJobsResponse |
ResourceManagerClient.listJobs(ListJobsRequest request) |
ListJobsResponse |
ResourceManager.listJobs(ListJobsRequest request)
Lists jobs according to the specified filter.
|
Modifier and Type | Method and Description |
---|---|
Future<ListJobsResponse> |
ResourceManagerAsync.listJobs(ListJobsRequest request,
AsyncHandler<ListJobsRequest,ListJobsResponse> handler)
Lists jobs according to the specified filter.
|
Future<ListJobsResponse> |
ResourceManagerAsyncClient.listJobs(ListJobsRequest request,
AsyncHandler<ListJobsRequest,ListJobsResponse> handler) |
Iterable<ListJobsResponse> |
ResourceManagerPaginators.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> |
ResourceManagerAsync.listJobs(ListJobsRequest request,
AsyncHandler<ListJobsRequest,ListJobsResponse> handler)
Lists jobs according to the specified filter.
|
Future<ListJobsResponse> |
ResourceManagerAsyncClient.listJobs(ListJobsRequest request,
AsyncHandler<ListJobsRequest,ListJobsResponse> handler) |
Modifier and Type | Method and Description |
---|---|
ListJobsResponse |
ListJobsResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
ListJobsResponse.Builder |
ListJobsResponse.Builder.copy(ListJobsResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.