Uses of Class
com.oracle.bmc.devops.responses.ListAuthorsResponse
-
Packages that use ListAuthorsResponse Package Description com.oracle.bmc.devops com.oracle.bmc.devops.responses -
-
Uses of ListAuthorsResponse in com.oracle.bmc.devops
Methods in com.oracle.bmc.devops that return ListAuthorsResponse Modifier and Type Method Description ListAuthorsResponse
Devops. listAuthors(ListAuthorsRequest request)
Retrieve a list of all the authors.ListAuthorsResponse
DevopsClient. listAuthors(ListAuthorsRequest request)
Methods in com.oracle.bmc.devops that return types with arguments of type ListAuthorsResponse Modifier and Type Method Description Future<ListAuthorsResponse>
DevopsAsync. listAuthors(ListAuthorsRequest request, AsyncHandler<ListAuthorsRequest,ListAuthorsResponse> handler)
Retrieve a list of all the authors.Future<ListAuthorsResponse>
DevopsAsyncClient. listAuthors(ListAuthorsRequest request, AsyncHandler<ListAuthorsRequest,ListAuthorsResponse> handler)
Iterable<ListAuthorsResponse>
DevopsPaginators. listAuthorsResponseIterator(ListAuthorsRequest request)
Creates a new iterable which will iterate over the responses received from the listAuthors operation.Method parameters in com.oracle.bmc.devops with type arguments of type ListAuthorsResponse Modifier and Type Method Description Future<ListAuthorsResponse>
DevopsAsync. listAuthors(ListAuthorsRequest request, AsyncHandler<ListAuthorsRequest,ListAuthorsResponse> handler)
Retrieve a list of all the authors.Future<ListAuthorsResponse>
DevopsAsyncClient. listAuthors(ListAuthorsRequest request, AsyncHandler<ListAuthorsRequest,ListAuthorsResponse> handler)
-
Uses of ListAuthorsResponse in com.oracle.bmc.devops.responses
Methods in com.oracle.bmc.devops.responses that return ListAuthorsResponse Modifier and Type Method Description ListAuthorsResponse
ListAuthorsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.devops.responses with parameters of type ListAuthorsResponse Modifier and Type Method Description ListAuthorsResponse.Builder
ListAuthorsResponse.Builder. copy(ListAuthorsResponse o)
Copy method to populate the builder with values from the given instance.
-