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

ListDeploymentConfigs() public method

Lists the deployment configurations with the applicable IAM user or AWS account.
/// The next token was specified in an invalid format. ///
public ListDeploymentConfigs ( ) : ListDeploymentConfigsResponse
return Amazon.CodeDeploy.Model.ListDeploymentConfigsResponse
        public ListDeploymentConfigsResponse ListDeploymentConfigs()
        {
            return ListDeploymentConfigs(new ListDeploymentConfigsRequest());
        }

Same methods

AmazonCodeDeployClient::ListDeploymentConfigs ( ListDeploymentConfigsRequest request ) : ListDeploymentConfigsResponse
AmazonCodeDeployClient