Package | Description |
---|---|
com.oracle.bmc.devops | |
com.oracle.bmc.devops.requests |
Modifier and Type | Method and Description |
---|---|
ListProjectsResponse |
Devops.listProjects(ListProjectsRequest request)
Returns a list of projects.
|
ListProjectsResponse |
DevopsClient.listProjects(ListProjectsRequest request) |
Future<ListProjectsResponse> |
DevopsAsyncClient.listProjects(ListProjectsRequest request,
AsyncHandler<ListProjectsRequest,ListProjectsResponse> handler) |
Future<ListProjectsResponse> |
DevopsAsync.listProjects(ListProjectsRequest request,
AsyncHandler<ListProjectsRequest,ListProjectsResponse> handler)
Returns a list of projects.
|
Iterable<ProjectSummary> |
DevopsPaginators.listProjectsRecordIterator(ListProjectsRequest request)
Creates a new iterable which will iterate over the
ProjectSummary objects contained in responses from the
listProjects operation. |
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> |
DevopsAsyncClient.listProjects(ListProjectsRequest request,
AsyncHandler<ListProjectsRequest,ListProjectsResponse> handler) |
Future<ListProjectsResponse> |
DevopsAsync.listProjects(ListProjectsRequest request,
AsyncHandler<ListProjectsRequest,ListProjectsResponse> handler)
Returns a list of projects.
|
Modifier and Type | Method and Description |
---|---|
ListProjectsRequest |
ListProjectsRequest.Builder.build()
Build the instance of ListProjectsRequest as configured by this builder
|
ListProjectsRequest |
ListProjectsRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListProjectsRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListProjectsRequest.Builder |
ListProjectsRequest.Builder.copy(ListProjectsRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2025. All rights reserved.