Package | Description |
---|---|
com.oracle.bmc.devops | |
com.oracle.bmc.devops.requests |
Modifier and Type | Method and Description |
---|---|
ListAuthorsResponse |
Devops.listAuthors(ListAuthorsRequest request)
Retrieve a list of all the authors.
|
ListAuthorsResponse |
DevopsClient.listAuthors(ListAuthorsRequest request) |
Future<ListAuthorsResponse> |
DevopsAsyncClient.listAuthors(ListAuthorsRequest request,
AsyncHandler<ListAuthorsRequest,ListAuthorsResponse> handler) |
Future<ListAuthorsResponse> |
DevopsAsync.listAuthors(ListAuthorsRequest request,
AsyncHandler<ListAuthorsRequest,ListAuthorsResponse> handler)
Retrieve a list of all the authors.
|
Iterable<RepositoryAuthorSummary> |
DevopsPaginators.listAuthorsRecordIterator(ListAuthorsRequest request)
Creates a new iterable which will iterate over the
RepositoryAuthorSummary objects contained in responses from the
listAuthors operation. |
Iterable<ListAuthorsResponse> |
DevopsPaginators.listAuthorsResponseIterator(ListAuthorsRequest request)
Creates a new iterable which will iterate over the responses received from the listAuthors
operation.
|
Modifier and Type | Method and Description |
---|---|
Future<ListAuthorsResponse> |
DevopsAsyncClient.listAuthors(ListAuthorsRequest request,
AsyncHandler<ListAuthorsRequest,ListAuthorsResponse> handler) |
Future<ListAuthorsResponse> |
DevopsAsync.listAuthors(ListAuthorsRequest request,
AsyncHandler<ListAuthorsRequest,ListAuthorsResponse> handler)
Retrieve a list of all the authors.
|
Modifier and Type | Method and Description |
---|---|
ListAuthorsRequest |
ListAuthorsRequest.Builder.build()
Build the instance of ListAuthorsRequest as configured by this builder
|
ListAuthorsRequest |
ListAuthorsRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListAuthorsRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListAuthorsRequest.Builder |
ListAuthorsRequest.Builder.copy(ListAuthorsRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2023. All rights reserved.