Amazon.CodeDeploy.AmazonCodeDeployClient.ListDeploymentGroups C# (CSharp) Method

ListDeploymentGroups() public method

Lists the deployment groups for an application registered with the applicable IAM user or AWS account.
/// The application does not exist with the applicable IAM user or AWS account. /// /// The minimum number of required application names was not specified. /// /// The application name was specified in an invalid format. /// /// The next token was specified in an invalid format. ///
public ListDeploymentGroups ( ListDeploymentGroupsRequest request ) : ListDeploymentGroupsResponse
request Amazon.CodeDeploy.Model.ListDeploymentGroupsRequest Container for the necessary parameters to execute the ListDeploymentGroups service method.
return Amazon.CodeDeploy.Model.ListDeploymentGroupsResponse
        public ListDeploymentGroupsResponse ListDeploymentGroups(ListDeploymentGroupsRequest request)
        {
            var marshaller = new ListDeploymentGroupsRequestMarshaller();
            var unmarshaller = ListDeploymentGroupsResponseUnmarshaller.Instance;

            return Invoke<ListDeploymentGroupsRequest,ListDeploymentGroupsResponse>(request, marshaller, unmarshaller);
        }
AmazonCodeDeployClient