Amazon.CodeCommit.AmazonCodeCommitClient.GetRepositoryTriggers C# (CSharp) Method

GetRepositoryTriggers() public method

Gets information about triggers configured for a repository.
/// An encryption integrity check failed. /// /// An encryption key could not be accessed. /// /// The encryption key is disabled. /// /// No encryption key was found. /// /// The encryption key is not available. /// /// At least one specified repository name is not valid. /// /// /// /// This exception only occurs when a specified repository name is not valid. Other exceptions /// occur when a required repository parameter is missing, or when a specified repository /// does not exist. /// /// /// /// The specified repository does not exist. /// /// A repository name is required but was not specified. ///
public GetRepositoryTriggers ( GetRepositoryTriggersRequest request ) : GetRepositoryTriggersResponse
request Amazon.CodeCommit.Model.GetRepositoryTriggersRequest Container for the necessary parameters to execute the GetRepositoryTriggers service method.
return Amazon.CodeCommit.Model.GetRepositoryTriggersResponse
        public GetRepositoryTriggersResponse GetRepositoryTriggers(GetRepositoryTriggersRequest request)
        {
            var marshaller = new GetRepositoryTriggersRequestMarshaller();
            var unmarshaller = GetRepositoryTriggersResponseUnmarshaller.Instance;

            return Invoke<GetRepositoryTriggersRequest,GetRepositoryTriggersResponse>(request, marshaller, unmarshaller);
        }