Package | Description |
---|---|
com.oracle.bmc.devops | |
com.oracle.bmc.devops.responses |
Modifier and Type | Method and Description |
---|---|
ListProjectsResponse |
DevopsClient.listProjects(ListProjectsRequest request) |
ListProjectsResponse |
Devops.listProjects(ListProjectsRequest request)
Returns a list of projects.
|
Modifier and Type | Method and Description |
---|---|
Future<ListProjectsResponse> |
DevopsAsync.listProjects(ListProjectsRequest request,
AsyncHandler<ListProjectsRequest,ListProjectsResponse> handler)
Returns a list of projects.
|
Future<ListProjectsResponse> |
DevopsAsyncClient.listProjects(ListProjectsRequest request,
AsyncHandler<ListProjectsRequest,ListProjectsResponse> handler) |
Iterable<ListProjectsResponse> |
DevopsPaginators.listProjectsResponseIterator(ListProjectsRequest request)
Creates a new iterable which will iterate over the responses received from the listProjects
operation.
|
Modifier and Type | Method and Description |
---|---|
Future<ListProjectsResponse> |
DevopsAsync.listProjects(ListProjectsRequest request,
AsyncHandler<ListProjectsRequest,ListProjectsResponse> handler)
Returns a list of projects.
|
Future<ListProjectsResponse> |
DevopsAsyncClient.listProjects(ListProjectsRequest request,
AsyncHandler<ListProjectsRequest,ListProjectsResponse> handler) |
Modifier and Type | Method and Description |
---|---|
ListProjectsResponse |
ListProjectsResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
ListProjectsResponse.Builder |
ListProjectsResponse.Builder.copy(ListProjectsResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2023. All rights reserved.