Package | Description |
---|---|
com.oracle.bmc.resourcemanager | |
com.oracle.bmc.resourcemanager.responses |
Modifier and Type | Method and Description |
---|---|
ListJobsResponse |
ResourceManager.listJobs(ListJobsRequest request)
Returns a list of jobs in a stack or compartment, ordered by time created.
|
ListJobsResponse |
ResourceManagerClient.listJobs(ListJobsRequest request) |
Modifier and Type | Method and Description |
---|---|
Future<ListJobsResponse> |
ResourceManagerAsync.listJobs(ListJobsRequest request,
AsyncHandler<ListJobsRequest,ListJobsResponse> handler)
Returns a list of jobs in a stack or compartment, ordered by time created.
|
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)
Returns a list of jobs in a stack or compartment, ordered by time created.
|
Future<ListJobsResponse> |
ResourceManagerAsyncClient.listJobs(ListJobsRequest request,
AsyncHandler<ListJobsRequest,ListJobsResponse> handler) |
Modifier and Type | Method and Description |
---|---|
ListJobsResponse |
ListJobsResponse.Builder.build() |
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–2020. All rights reserved.