list
public Apigee.Organizations.Deployments.List list(String parent)
throws IOException
Lists all deployments of API proxies or shared flows.
Create a request for the method "deployments.list".
This request holds the parameters needed by the apigee server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
- Parameters:
parent - Required. Name of the organization for which to return deployment information in the following
format: `organizations/{org}`
- Returns:
- the request
- Throws:
IOException