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