Skip navigation links
A B C D E F G H I L M O P R S T U V W 

A

AbstractAWSCodeCommit - Class in com.amazonaws.services.codecommit
Abstract implementation of AWSCodeCommit.
AbstractAWSCodeCommit() - Constructor for class com.amazonaws.services.codecommit.AbstractAWSCodeCommit
 
AbstractAWSCodeCommitAsync - Class in com.amazonaws.services.codecommit
Abstract implementation of AWSCodeCommitAsync.
AbstractAWSCodeCommitAsync() - Constructor for class com.amazonaws.services.codecommit.AbstractAWSCodeCommitAsync
 
asyncBuilder() - Static method in class com.amazonaws.services.codecommit.AWSCodeCommitAsyncClient
 
AWSCodeCommit - Interface in com.amazonaws.services.codecommit
Interface for accessing CodeCommit.
AWSCodeCommitAsync - Interface in com.amazonaws.services.codecommit
Interface for accessing CodeCommit asynchronously.
AWSCodeCommitAsyncClient - Class in com.amazonaws.services.codecommit
Client for accessing CodeCommit asynchronously.
AWSCodeCommitAsyncClient() - Constructor for class com.amazonaws.services.codecommit.AWSCodeCommitAsyncClient
AWSCodeCommitAsyncClient(ClientConfiguration) - Constructor for class com.amazonaws.services.codecommit.AWSCodeCommitAsyncClient
AWSCodeCommitAsyncClient(AWSCredentials) - Constructor for class com.amazonaws.services.codecommit.AWSCodeCommitAsyncClient
AWSCodeCommitAsyncClient(AWSCredentials, ExecutorService) - Constructor for class com.amazonaws.services.codecommit.AWSCodeCommitAsyncClient
AWSCodeCommitAsyncClient(AWSCredentials, ClientConfiguration, ExecutorService) - Constructor for class com.amazonaws.services.codecommit.AWSCodeCommitAsyncClient
AWSCodeCommitAsyncClient(AWSCredentialsProvider) - Constructor for class com.amazonaws.services.codecommit.AWSCodeCommitAsyncClient
AWSCodeCommitAsyncClient(AWSCredentialsProvider, ClientConfiguration) - Constructor for class com.amazonaws.services.codecommit.AWSCodeCommitAsyncClient
AWSCodeCommitAsyncClient(AWSCredentialsProvider, ExecutorService) - Constructor for class com.amazonaws.services.codecommit.AWSCodeCommitAsyncClient
AWSCodeCommitAsyncClient(AWSCredentialsProvider, ClientConfiguration, ExecutorService) - Constructor for class com.amazonaws.services.codecommit.AWSCodeCommitAsyncClient
AWSCodeCommitAsyncClientBuilder - Class in com.amazonaws.services.codecommit
Fluent builder for AWSCodeCommitAsync.
AWSCodeCommitClient - Class in com.amazonaws.services.codecommit
Client for accessing CodeCommit.
AWSCodeCommitClient() - Constructor for class com.amazonaws.services.codecommit.AWSCodeCommitClient
AWSCodeCommitClient(ClientConfiguration) - Constructor for class com.amazonaws.services.codecommit.AWSCodeCommitClient
AWSCodeCommitClient(AWSCredentials) - Constructor for class com.amazonaws.services.codecommit.AWSCodeCommitClient
Deprecated.
use AwsClientBuilder.withCredentials(AWSCredentialsProvider) for example: AWSCodeCommitClientBuilder.standard().withCredentials(new AWSStaticCredentialsProvider(awsCredentials)).build();
AWSCodeCommitClient(AWSCredentials, ClientConfiguration) - Constructor for class com.amazonaws.services.codecommit.AWSCodeCommitClient
AWSCodeCommitClient(AWSCredentialsProvider) - Constructor for class com.amazonaws.services.codecommit.AWSCodeCommitClient
AWSCodeCommitClient(AWSCredentialsProvider, ClientConfiguration) - Constructor for class com.amazonaws.services.codecommit.AWSCodeCommitClient
AWSCodeCommitClient(AWSCredentialsProvider, ClientConfiguration, RequestMetricCollector) - Constructor for class com.amazonaws.services.codecommit.AWSCodeCommitClient
AWSCodeCommitClientBuilder - Class in com.amazonaws.services.codecommit
Fluent builder for AWSCodeCommit.
AWSCodeCommitException - Exception in com.amazonaws.services.codecommit.model
Base exception for all service exceptions thrown by AWS CodeCommit
AWSCodeCommitException(String) - Constructor for exception com.amazonaws.services.codecommit.model.AWSCodeCommitException
Constructs a new AWSCodeCommitException with the specified error message.

B

batchGetRepositories(BatchGetRepositoriesRequest) - Method in class com.amazonaws.services.codecommit.AbstractAWSCodeCommit
 
batchGetRepositories(BatchGetRepositoriesRequest) - Method in interface com.amazonaws.services.codecommit.AWSCodeCommit
Returns information about one or more repositories.
batchGetRepositories(BatchGetRepositoriesRequest) - Method in class com.amazonaws.services.codecommit.AWSCodeCommitClient
Returns information about one or more repositories.
batchGetRepositoriesAsync(BatchGetRepositoriesRequest) - Method in class com.amazonaws.services.codecommit.AbstractAWSCodeCommitAsync
 
batchGetRepositoriesAsync(BatchGetRepositoriesRequest, AsyncHandler<BatchGetRepositoriesRequest, BatchGetRepositoriesResult>) - Method in class com.amazonaws.services.codecommit.AbstractAWSCodeCommitAsync
 
batchGetRepositoriesAsync(BatchGetRepositoriesRequest) - Method in interface com.amazonaws.services.codecommit.AWSCodeCommitAsync
Returns information about one or more repositories.
batchGetRepositoriesAsync(BatchGetRepositoriesRequest, AsyncHandler<BatchGetRepositoriesRequest, BatchGetRepositoriesResult>) - Method in interface com.amazonaws.services.codecommit.AWSCodeCommitAsync
Returns information about one or more repositories.
batchGetRepositoriesAsync(BatchGetRepositoriesRequest) - Method in class com.amazonaws.services.codecommit.AWSCodeCommitAsyncClient
 
batchGetRepositoriesAsync(BatchGetRepositoriesRequest, AsyncHandler<BatchGetRepositoriesRequest, BatchGetRepositoriesResult>) - Method in class com.amazonaws.services.codecommit.AWSCodeCommitAsyncClient
 
BatchGetRepositoriesRequest - Class in com.amazonaws.services.codecommit.model
Represents the input of a batch get repositories operation.
BatchGetRepositoriesRequest() - Constructor for class com.amazonaws.services.codecommit.model.BatchGetRepositoriesRequest
 
BatchGetRepositoriesResult - Class in com.amazonaws.services.codecommit.model
Represents the output of a batch get repositories operation.
BatchGetRepositoriesResult() - Constructor for class com.amazonaws.services.codecommit.model.BatchGetRepositoriesResult
 
BlobIdDoesNotExistException - Exception in com.amazonaws.services.codecommit.model
The specified blob does not exist.
BlobIdDoesNotExistException(String) - Constructor for exception com.amazonaws.services.codecommit.model.BlobIdDoesNotExistException
Constructs a new BlobIdDoesNotExistException with the specified error message.
BlobIdRequiredException - Exception in com.amazonaws.services.codecommit.model
A blob ID is required but was not specified.
BlobIdRequiredException(String) - Constructor for exception com.amazonaws.services.codecommit.model.BlobIdRequiredException
Constructs a new BlobIdRequiredException with the specified error message.
BlobMetadata - Class in com.amazonaws.services.codecommit.model
Returns information about a specific Git blob object.
BlobMetadata() - Constructor for class com.amazonaws.services.codecommit.model.BlobMetadata
 
BranchDoesNotExistException - Exception in com.amazonaws.services.codecommit.model
The specified branch does not exist.
BranchDoesNotExistException(String) - Constructor for exception com.amazonaws.services.codecommit.model.BranchDoesNotExistException
Constructs a new BranchDoesNotExistException with the specified error message.
BranchInfo - Class in com.amazonaws.services.codecommit.model
Returns information about a branch.
BranchInfo() - Constructor for class com.amazonaws.services.codecommit.model.BranchInfo
 
BranchNameExistsException - Exception in com.amazonaws.services.codecommit.model
The specified branch name already exists.
BranchNameExistsException(String) - Constructor for exception com.amazonaws.services.codecommit.model.BranchNameExistsException
Constructs a new BranchNameExistsException with the specified error message.
BranchNameRequiredException - Exception in com.amazonaws.services.codecommit.model
A branch name is required but was not specified.
BranchNameRequiredException(String) - Constructor for exception com.amazonaws.services.codecommit.model.BranchNameRequiredException
Constructs a new BranchNameRequiredException with the specified error message.
build(AwsAsyncClientParams) - Method in class com.amazonaws.services.codecommit.AWSCodeCommitAsyncClientBuilder
Construct an asynchronous implementation of AWSCodeCommitAsync using the current builder configuration.
build(AwsSyncClientParams) - Method in class com.amazonaws.services.codecommit.AWSCodeCommitClientBuilder
Construct a synchronous implementation of AWSCodeCommit using the current builder configuration.
builder() - Static method in class com.amazonaws.services.codecommit.AWSCodeCommitClient
 

C

ChangeTypeEnum - Enum in com.amazonaws.services.codecommit.model
 
clone() - Method in class com.amazonaws.services.codecommit.model.BatchGetRepositoriesRequest
 
clone() - Method in class com.amazonaws.services.codecommit.model.BatchGetRepositoriesResult
 
clone() - Method in class com.amazonaws.services.codecommit.model.BlobMetadata
 
clone() - Method in class com.amazonaws.services.codecommit.model.BranchInfo
 
clone() - Method in class com.amazonaws.services.codecommit.model.Commit
 
clone() - Method in class com.amazonaws.services.codecommit.model.CreateBranchRequest
 
clone() - Method in class com.amazonaws.services.codecommit.model.CreateBranchResult
 
clone() - Method in class com.amazonaws.services.codecommit.model.CreateRepositoryRequest
 
clone() - Method in class com.amazonaws.services.codecommit.model.CreateRepositoryResult
 
clone() - Method in class com.amazonaws.services.codecommit.model.DeleteRepositoryRequest
 
clone() - Method in class com.amazonaws.services.codecommit.model.DeleteRepositoryResult
 
clone() - Method in class com.amazonaws.services.codecommit.model.Difference
 
clone() - Method in class com.amazonaws.services.codecommit.model.GetBlobRequest
 
clone() - Method in class com.amazonaws.services.codecommit.model.GetBlobResult
 
clone() - Method in class com.amazonaws.services.codecommit.model.GetBranchRequest
 
clone() - Method in class com.amazonaws.services.codecommit.model.GetBranchResult
 
clone() - Method in class com.amazonaws.services.codecommit.model.GetCommitRequest
 
clone() - Method in class com.amazonaws.services.codecommit.model.GetCommitResult
 
clone() - Method in class com.amazonaws.services.codecommit.model.GetDifferencesRequest
 
clone() - Method in class com.amazonaws.services.codecommit.model.GetDifferencesResult
 
clone() - Method in class com.amazonaws.services.codecommit.model.GetRepositoryRequest
 
clone() - Method in class com.amazonaws.services.codecommit.model.GetRepositoryResult
 
clone() - Method in class com.amazonaws.services.codecommit.model.GetRepositoryTriggersRequest
 
clone() - Method in class com.amazonaws.services.codecommit.model.GetRepositoryTriggersResult
 
clone() - Method in class com.amazonaws.services.codecommit.model.ListBranchesRequest
 
clone() - Method in class com.amazonaws.services.codecommit.model.ListBranchesResult
 
clone() - Method in class com.amazonaws.services.codecommit.model.ListRepositoriesRequest
 
clone() - Method in class com.amazonaws.services.codecommit.model.ListRepositoriesResult
 
clone() - Method in class com.amazonaws.services.codecommit.model.PutRepositoryTriggersRequest
 
clone() - Method in class com.amazonaws.services.codecommit.model.PutRepositoryTriggersResult
 
clone() - Method in class com.amazonaws.services.codecommit.model.RepositoryMetadata
 
clone() - Method in class com.amazonaws.services.codecommit.model.RepositoryNameIdPair
 
clone() - Method in class com.amazonaws.services.codecommit.model.RepositoryTrigger
 
clone() - Method in class com.amazonaws.services.codecommit.model.RepositoryTriggerExecutionFailure
 
clone() - Method in class com.amazonaws.services.codecommit.model.TestRepositoryTriggersRequest
 
clone() - Method in class com.amazonaws.services.codecommit.model.TestRepositoryTriggersResult
 
clone() - Method in class com.amazonaws.services.codecommit.model.UpdateDefaultBranchRequest
 
clone() - Method in class com.amazonaws.services.codecommit.model.UpdateDefaultBranchResult
 
clone() - Method in class com.amazonaws.services.codecommit.model.UpdateRepositoryDescriptionRequest
 
clone() - Method in class com.amazonaws.services.codecommit.model.UpdateRepositoryDescriptionResult
 
clone() - Method in class com.amazonaws.services.codecommit.model.UpdateRepositoryNameRequest
 
clone() - Method in class com.amazonaws.services.codecommit.model.UpdateRepositoryNameResult
 
clone() - Method in class com.amazonaws.services.codecommit.model.UserInfo
 
CodecommitActions - Enum in com.amazonaws.auth.policy.actions
The available AWS access control policy actions for CodeCommit.
com.amazonaws.auth.policy.actions - package com.amazonaws.auth.policy.actions
 
com.amazonaws.services.codecommit - package com.amazonaws.services.codecommit
AWS CodeCommit
com.amazonaws.services.codecommit.model - package com.amazonaws.services.codecommit.model
 
Commit - Class in com.amazonaws.services.codecommit.model
Returns information about a specific commit.
Commit() - Constructor for class com.amazonaws.services.codecommit.model.Commit
 
CommitDoesNotExistException - Exception in com.amazonaws.services.codecommit.model
The specified commit does not exist or no commit was specified, and the specified repository has no default branch.
CommitDoesNotExistException(String) - Constructor for exception com.amazonaws.services.codecommit.model.CommitDoesNotExistException
Constructs a new CommitDoesNotExistException with the specified error message.
CommitIdDoesNotExistException - Exception in com.amazonaws.services.codecommit.model
The specified commit ID does not exist.
CommitIdDoesNotExistException(String) - Constructor for exception com.amazonaws.services.codecommit.model.CommitIdDoesNotExistException
Constructs a new CommitIdDoesNotExistException with the specified error message.
CommitIdRequiredException - Exception in com.amazonaws.services.codecommit.model
A commit ID was not specified.
CommitIdRequiredException(String) - Constructor for exception com.amazonaws.services.codecommit.model.CommitIdRequiredException
Constructs a new CommitIdRequiredException with the specified error message.
CommitRequiredException - Exception in com.amazonaws.services.codecommit.model
A commit was not specified.
CommitRequiredException(String) - Constructor for exception com.amazonaws.services.codecommit.model.CommitRequiredException
Constructs a new CommitRequiredException with the specified error message.
configFactory - Static variable in class com.amazonaws.services.codecommit.AWSCodeCommitClient
Client configuration factory providing ClientConfigurations tailored to this client
createBranch(CreateBranchRequest) - Method in class com.amazonaws.services.codecommit.AbstractAWSCodeCommit
 
createBranch(CreateBranchRequest) - Method in interface com.amazonaws.services.codecommit.AWSCodeCommit
Creates a new branch in a repository and points the branch to a commit.
createBranch(CreateBranchRequest) - Method in class com.amazonaws.services.codecommit.AWSCodeCommitClient
Creates a new branch in a repository and points the branch to a commit.
createBranchAsync(CreateBranchRequest) - Method in class com.amazonaws.services.codecommit.AbstractAWSCodeCommitAsync
 
createBranchAsync(CreateBranchRequest, AsyncHandler<CreateBranchRequest, CreateBranchResult>) - Method in class com.amazonaws.services.codecommit.AbstractAWSCodeCommitAsync
 
createBranchAsync(CreateBranchRequest) - Method in interface com.amazonaws.services.codecommit.AWSCodeCommitAsync
Creates a new branch in a repository and points the branch to a commit.
createBranchAsync(CreateBranchRequest, AsyncHandler<CreateBranchRequest, CreateBranchResult>) - Method in interface com.amazonaws.services.codecommit.AWSCodeCommitAsync
Creates a new branch in a repository and points the branch to a commit.
createBranchAsync(CreateBranchRequest) - Method in class com.amazonaws.services.codecommit.AWSCodeCommitAsyncClient
 
createBranchAsync(CreateBranchRequest, AsyncHandler<CreateBranchRequest, CreateBranchResult>) - Method in class com.amazonaws.services.codecommit.AWSCodeCommitAsyncClient
 
CreateBranchRequest - Class in com.amazonaws.services.codecommit.model
Represents the input of a create branch operation.
CreateBranchRequest() - Constructor for class com.amazonaws.services.codecommit.model.CreateBranchRequest
 
CreateBranchResult - Class in com.amazonaws.services.codecommit.model
 
CreateBranchResult() - Constructor for class com.amazonaws.services.codecommit.model.CreateBranchResult
 
createRepository(CreateRepositoryRequest) - Method in class com.amazonaws.services.codecommit.AbstractAWSCodeCommit
 
createRepository(CreateRepositoryRequest) - Method in interface com.amazonaws.services.codecommit.AWSCodeCommit
Creates a new, empty repository.
createRepository(CreateRepositoryRequest) - Method in class com.amazonaws.services.codecommit.AWSCodeCommitClient
Creates a new, empty repository.
createRepositoryAsync(CreateRepositoryRequest) - Method in class com.amazonaws.services.codecommit.AbstractAWSCodeCommitAsync
 
createRepositoryAsync(CreateRepositoryRequest, AsyncHandler<CreateRepositoryRequest, CreateRepositoryResult>) - Method in class com.amazonaws.services.codecommit.AbstractAWSCodeCommitAsync
 
createRepositoryAsync(CreateRepositoryRequest) - Method in interface com.amazonaws.services.codecommit.AWSCodeCommitAsync
Creates a new, empty repository.
createRepositoryAsync(CreateRepositoryRequest, AsyncHandler<CreateRepositoryRequest, CreateRepositoryResult>) - Method in interface com.amazonaws.services.codecommit.AWSCodeCommitAsync
Creates a new, empty repository.
createRepositoryAsync(CreateRepositoryRequest) - Method in class com.amazonaws.services.codecommit.AWSCodeCommitAsyncClient
 
createRepositoryAsync(CreateRepositoryRequest, AsyncHandler<CreateRepositoryRequest, CreateRepositoryResult>) - Method in class com.amazonaws.services.codecommit.AWSCodeCommitAsyncClient
 
CreateRepositoryRequest - Class in com.amazonaws.services.codecommit.model
Represents the input of a create repository operation.
CreateRepositoryRequest() - Constructor for class com.amazonaws.services.codecommit.model.CreateRepositoryRequest
 
CreateRepositoryResult - Class in com.amazonaws.services.codecommit.model
Represents the output of a create repository operation.
CreateRepositoryResult() - Constructor for class com.amazonaws.services.codecommit.model.CreateRepositoryResult
 

D

defaultClient() - Static method in class com.amazonaws.services.codecommit.AWSCodeCommitAsyncClientBuilder
 
defaultClient() - Static method in class com.amazonaws.services.codecommit.AWSCodeCommitClientBuilder
 
deleteRepository(DeleteRepositoryRequest) - Method in class com.amazonaws.services.codecommit.AbstractAWSCodeCommit
 
deleteRepository(DeleteRepositoryRequest) - Method in interface com.amazonaws.services.codecommit.AWSCodeCommit
Deletes a repository.
deleteRepository(DeleteRepositoryRequest) - Method in class com.amazonaws.services.codecommit.AWSCodeCommitClient
Deletes a repository.
deleteRepositoryAsync(DeleteRepositoryRequest) - Method in class com.amazonaws.services.codecommit.AbstractAWSCodeCommitAsync
 
deleteRepositoryAsync(DeleteRepositoryRequest, AsyncHandler<DeleteRepositoryRequest, DeleteRepositoryResult>) - Method in class com.amazonaws.services.codecommit.AbstractAWSCodeCommitAsync
 
deleteRepositoryAsync(DeleteRepositoryRequest) - Method in interface com.amazonaws.services.codecommit.AWSCodeCommitAsync
Deletes a repository.
deleteRepositoryAsync(DeleteRepositoryRequest, AsyncHandler<DeleteRepositoryRequest, DeleteRepositoryResult>) - Method in interface com.amazonaws.services.codecommit.AWSCodeCommitAsync
Deletes a repository.
deleteRepositoryAsync(DeleteRepositoryRequest) - Method in class com.amazonaws.services.codecommit.AWSCodeCommitAsyncClient
 
deleteRepositoryAsync(DeleteRepositoryRequest, AsyncHandler<DeleteRepositoryRequest, DeleteRepositoryResult>) - Method in class com.amazonaws.services.codecommit.AWSCodeCommitAsyncClient
 
DeleteRepositoryRequest - Class in com.amazonaws.services.codecommit.model
Represents the input of a delete repository operation.
DeleteRepositoryRequest() - Constructor for class com.amazonaws.services.codecommit.model.DeleteRepositoryRequest
 
DeleteRepositoryResult - Class in com.amazonaws.services.codecommit.model
Represents the output of a delete repository operation.
DeleteRepositoryResult() - Constructor for class com.amazonaws.services.codecommit.model.DeleteRepositoryResult
 
Difference - Class in com.amazonaws.services.codecommit.model
Returns information about a set of differences for a commit specifier.
Difference() - Constructor for class com.amazonaws.services.codecommit.model.Difference
 

E

EncryptionIntegrityChecksFailedException - Exception in com.amazonaws.services.codecommit.model
An encryption integrity check failed.
EncryptionIntegrityChecksFailedException(String) - Constructor for exception com.amazonaws.services.codecommit.model.EncryptionIntegrityChecksFailedException
Constructs a new EncryptionIntegrityChecksFailedException with the specified error message.
EncryptionKeyAccessDeniedException - Exception in com.amazonaws.services.codecommit.model
An encryption key could not be accessed.
EncryptionKeyAccessDeniedException(String) - Constructor for exception com.amazonaws.services.codecommit.model.EncryptionKeyAccessDeniedException
Constructs a new EncryptionKeyAccessDeniedException with the specified error message.
EncryptionKeyDisabledException - Exception in com.amazonaws.services.codecommit.model
The encryption key is disabled.
EncryptionKeyDisabledException(String) - Constructor for exception com.amazonaws.services.codecommit.model.EncryptionKeyDisabledException
Constructs a new EncryptionKeyDisabledException with the specified error message.
EncryptionKeyNotFoundException - Exception in com.amazonaws.services.codecommit.model
No encryption key was found.
EncryptionKeyNotFoundException(String) - Constructor for exception com.amazonaws.services.codecommit.model.EncryptionKeyNotFoundException
Constructs a new EncryptionKeyNotFoundException with the specified error message.
EncryptionKeyUnavailableException - Exception in com.amazonaws.services.codecommit.model
The encryption key is not available.
EncryptionKeyUnavailableException(String) - Constructor for exception com.amazonaws.services.codecommit.model.EncryptionKeyUnavailableException
Constructs a new EncryptionKeyUnavailableException with the specified error message.
ENDPOINT_PREFIX - Static variable in interface com.amazonaws.services.codecommit.AWSCodeCommit
The region metadata service name for computing region endpoints.
equals(Object) - Method in class com.amazonaws.services.codecommit.model.BatchGetRepositoriesRequest
 
equals(Object) - Method in class com.amazonaws.services.codecommit.model.BatchGetRepositoriesResult
 
equals(Object) - Method in class com.amazonaws.services.codecommit.model.BlobMetadata
 
equals(Object) - Method in class com.amazonaws.services.codecommit.model.BranchInfo
 
equals(Object) - Method in class com.amazonaws.services.codecommit.model.Commit
 
equals(Object) - Method in class com.amazonaws.services.codecommit.model.CreateBranchRequest
 
equals(Object) - Method in class com.amazonaws.services.codecommit.model.CreateBranchResult
 
equals(Object) - Method in class com.amazonaws.services.codecommit.model.CreateRepositoryRequest
 
equals(Object) - Method in class com.amazonaws.services.codecommit.model.CreateRepositoryResult
 
equals(Object) - Method in class com.amazonaws.services.codecommit.model.DeleteRepositoryRequest
 
equals(Object) - Method in class com.amazonaws.services.codecommit.model.DeleteRepositoryResult
 
equals(Object) - Method in class com.amazonaws.services.codecommit.model.Difference
 
equals(Object) - Method in class com.amazonaws.services.codecommit.model.GetBlobRequest
 
equals(Object) - Method in class com.amazonaws.services.codecommit.model.GetBlobResult
 
equals(Object) - Method in class com.amazonaws.services.codecommit.model.GetBranchRequest
 
equals(Object) - Method in class com.amazonaws.services.codecommit.model.GetBranchResult
 
equals(Object) - Method in class com.amazonaws.services.codecommit.model.GetCommitRequest
 
equals(Object) - Method in class com.amazonaws.services.codecommit.model.GetCommitResult
 
equals(Object) - Method in class com.amazonaws.services.codecommit.model.GetDifferencesRequest
 
equals(Object) - Method in class com.amazonaws.services.codecommit.model.GetDifferencesResult
 
equals(Object) - Method in class com.amazonaws.services.codecommit.model.GetRepositoryRequest
 
equals(Object) - Method in class com.amazonaws.services.codecommit.model.GetRepositoryResult
 
equals(Object) - Method in class com.amazonaws.services.codecommit.model.GetRepositoryTriggersRequest
 
equals(Object) - Method in class com.amazonaws.services.codecommit.model.GetRepositoryTriggersResult
 
equals(Object) - Method in class com.amazonaws.services.codecommit.model.ListBranchesRequest
 
equals(Object) - Method in class com.amazonaws.services.codecommit.model.ListBranchesResult
 
equals(Object) - Method in class com.amazonaws.services.codecommit.model.ListRepositoriesRequest
 
equals(Object) - Method in class com.amazonaws.services.codecommit.model.ListRepositoriesResult
 
equals(Object) - Method in class com.amazonaws.services.codecommit.model.PutRepositoryTriggersRequest
 
equals(Object) - Method in class com.amazonaws.services.codecommit.model.PutRepositoryTriggersResult
 
equals(Object) - Method in class com.amazonaws.services.codecommit.model.RepositoryMetadata
 
equals(Object) - Method in class com.amazonaws.services.codecommit.model.RepositoryNameIdPair
 
equals(Object) - Method in class com.amazonaws.services.codecommit.model.RepositoryTrigger
 
equals(Object) - Method in class com.amazonaws.services.codecommit.model.RepositoryTriggerExecutionFailure
 
equals(Object) - Method in class com.amazonaws.services.codecommit.model.TestRepositoryTriggersRequest
 
equals(Object) - Method in class com.amazonaws.services.codecommit.model.TestRepositoryTriggersResult
 
equals(Object) - Method in class com.amazonaws.services.codecommit.model.UpdateDefaultBranchRequest
 
equals(Object) - Method in class com.amazonaws.services.codecommit.model.UpdateDefaultBranchResult
 
equals(Object) - Method in class com.amazonaws.services.codecommit.model.UpdateRepositoryDescriptionRequest
 
equals(Object) - Method in class com.amazonaws.services.codecommit.model.UpdateRepositoryDescriptionResult
 
equals(Object) - Method in class com.amazonaws.services.codecommit.model.UpdateRepositoryNameRequest
 
equals(Object) - Method in class com.amazonaws.services.codecommit.model.UpdateRepositoryNameResult
 
equals(Object) - Method in class com.amazonaws.services.codecommit.model.UserInfo
 

F

FileTooLargeException - Exception in com.amazonaws.services.codecommit.model
The specified file exceeds the file size limit for AWS CodeCommit.
FileTooLargeException(String) - Constructor for exception com.amazonaws.services.codecommit.model.FileTooLargeException
Constructs a new FileTooLargeException with the specified error message.
fromValue(String) - Static method in enum com.amazonaws.services.codecommit.model.ChangeTypeEnum
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.codecommit.model.OrderEnum
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.codecommit.model.RepositoryTriggerEventEnum
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.codecommit.model.SortByEnum
Use this in place of valueOf.

G

getAccountId() - Method in class com.amazonaws.services.codecommit.model.RepositoryMetadata
The ID of the AWS account associated with the repository.
getActionName() - Method in enum com.amazonaws.auth.policy.actions.CodecommitActions
 
getAdditionalData() - Method in class com.amazonaws.services.codecommit.model.Commit
Any additional data associated with the specified commit.
getAfterBlob() - Method in class com.amazonaws.services.codecommit.model.Difference
Information about an afterBlob data type object, including the ID, the file mode permission code, and the path.
getAfterCommitSpecifier() - Method in class com.amazonaws.services.codecommit.model.GetDifferencesRequest
The branch, tag, HEAD, or other fully qualified reference used to identify a commit.
getAfterPath() - Method in class com.amazonaws.services.codecommit.model.GetDifferencesRequest
The file path in which to check differences.
getArn() - Method in class com.amazonaws.services.codecommit.model.RepositoryMetadata
The Amazon Resource Name (ARN) of the repository.
getAuthor() - Method in class com.amazonaws.services.codecommit.model.Commit
Information about the author of the specified commit.
getBeforeBlob() - Method in class com.amazonaws.services.codecommit.model.Difference
Information about a beforeBlob data type object, including the ID, the file mode permission code, and the path.
getBeforeCommitSpecifier() - Method in class com.amazonaws.services.codecommit.model.GetDifferencesRequest
The branch, tag, HEAD, or other fully qualified reference used to identify a commit.
getBeforePath() - Method in class com.amazonaws.services.codecommit.model.GetDifferencesRequest
The file path in which to check for differences.
getBlob(GetBlobRequest) - Method in class com.amazonaws.services.codecommit.AbstractAWSCodeCommit
 
getBlob(GetBlobRequest) - Method in interface com.amazonaws.services.codecommit.AWSCodeCommit
Returns the base-64 encoded content of an individual blob within a repository.
getBlob(GetBlobRequest) - Method in class com.amazonaws.services.codecommit.AWSCodeCommitClient
Returns the base-64 encoded content of an individual blob within a repository.
getBlobAsync(GetBlobRequest) - Method in class com.amazonaws.services.codecommit.AbstractAWSCodeCommitAsync
 
getBlobAsync(GetBlobRequest, AsyncHandler<GetBlobRequest, GetBlobResult>) - Method in class com.amazonaws.services.codecommit.AbstractAWSCodeCommitAsync
 
getBlobAsync(GetBlobRequest) - Method in interface com.amazonaws.services.codecommit.AWSCodeCommitAsync
Returns the base-64 encoded content of an individual blob within a repository.
getBlobAsync(GetBlobRequest, AsyncHandler<GetBlobRequest, GetBlobResult>) - Method in interface com.amazonaws.services.codecommit.AWSCodeCommitAsync
Returns the base-64 encoded content of an individual blob within a repository.
getBlobAsync(GetBlobRequest) - Method in class com.amazonaws.services.codecommit.AWSCodeCommitAsyncClient
 
getBlobAsync(GetBlobRequest, AsyncHandler<GetBlobRequest, GetBlobResult>) - Method in class com.amazonaws.services.codecommit.AWSCodeCommitAsyncClient
 
getBlobId() - Method in class com.amazonaws.services.codecommit.model.BlobMetadata
The full ID of the blob.
getBlobId() - Method in class com.amazonaws.services.codecommit.model.GetBlobRequest
The ID of the blob, which is its SHA-1 pointer.
GetBlobRequest - Class in com.amazonaws.services.codecommit.model
Represents the input of a get blob operation.
GetBlobRequest() - Constructor for class com.amazonaws.services.codecommit.model.GetBlobRequest
 
GetBlobResult - Class in com.amazonaws.services.codecommit.model
Represents the output of a get blob operation.
GetBlobResult() - Constructor for class com.amazonaws.services.codecommit.model.GetBlobResult
 
getBranch(GetBranchRequest) - Method in class com.amazonaws.services.codecommit.AbstractAWSCodeCommit
 
getBranch(GetBranchRequest) - Method in interface com.amazonaws.services.codecommit.AWSCodeCommit
Returns information about a repository branch, including its name and the last commit ID.
getBranch(GetBranchRequest) - Method in class com.amazonaws.services.codecommit.AWSCodeCommitClient
Returns information about a repository branch, including its name and the last commit ID.
getBranch() - Method in class com.amazonaws.services.codecommit.model.GetBranchResult
The name of the branch.
getBranchAsync(GetBranchRequest) - Method in class com.amazonaws.services.codecommit.AbstractAWSCodeCommitAsync
 
getBranchAsync(GetBranchRequest, AsyncHandler<GetBranchRequest, GetBranchResult>) - Method in class com.amazonaws.services.codecommit.AbstractAWSCodeCommitAsync
 
getBranchAsync(GetBranchRequest) - Method in interface com.amazonaws.services.codecommit.AWSCodeCommitAsync
Returns information about a repository branch, including its name and the last commit ID.
getBranchAsync(GetBranchRequest, AsyncHandler<GetBranchRequest, GetBranchResult>) - Method in interface com.amazonaws.services.codecommit.AWSCodeCommitAsync
Returns information about a repository branch, including its name and the last commit ID.
getBranchAsync(GetBranchRequest) - Method in class com.amazonaws.services.codecommit.AWSCodeCommitAsyncClient
 
getBranchAsync(GetBranchRequest, AsyncHandler<GetBranchRequest, GetBranchResult>) - Method in class com.amazonaws.services.codecommit.AWSCodeCommitAsyncClient
 
getBranches() - Method in class com.amazonaws.services.codecommit.model.ListBranchesResult
The list of branch names.
getBranches() - Method in class com.amazonaws.services.codecommit.model.RepositoryTrigger
The branches that will be included in the trigger configuration.
getBranchName() - Method in class com.amazonaws.services.codecommit.model.BranchInfo
The name of the branch.
getBranchName() - Method in class com.amazonaws.services.codecommit.model.CreateBranchRequest
The name of the new branch to create.
getBranchName() - Method in class com.amazonaws.services.codecommit.model.GetBranchRequest
The name of the branch for which you want to retrieve information.
GetBranchRequest - Class in com.amazonaws.services.codecommit.model
Represents the input of a get branch operation.
GetBranchRequest() - Constructor for class com.amazonaws.services.codecommit.model.GetBranchRequest
 
GetBranchResult - Class in com.amazonaws.services.codecommit.model
Represents the output of a get branch operation.
GetBranchResult() - Constructor for class com.amazonaws.services.codecommit.model.GetBranchResult
 
getCachedResponseMetadata(AmazonWebServiceRequest) - Method in class com.amazonaws.services.codecommit.AbstractAWSCodeCommit
 
getCachedResponseMetadata(AmazonWebServiceRequest) - Method in interface com.amazonaws.services.codecommit.AWSCodeCommit
Returns additional metadata for a previously executed successful request, typically used for debugging issues where a service isn't acting as expected.
getCachedResponseMetadata(AmazonWebServiceRequest) - Method in class com.amazonaws.services.codecommit.AWSCodeCommitClient
Returns additional metadata for a previously executed successful, request, typically used for debugging issues where a service isn't acting as expected.
getChangeType() - Method in class com.amazonaws.services.codecommit.model.Difference
Whether the change type of the difference is an addition (A), deletion (D), or modification (M).
getCloneUrlHttp() - Method in class com.amazonaws.services.codecommit.model.RepositoryMetadata
The URL to use for cloning the repository over HTTPS.
getCloneUrlSsh() - Method in class com.amazonaws.services.codecommit.model.RepositoryMetadata
The URL to use for cloning the repository over SSH.
getCommit(GetCommitRequest) - Method in class com.amazonaws.services.codecommit.AbstractAWSCodeCommit
 
getCommit(GetCommitRequest) - Method in interface com.amazonaws.services.codecommit.AWSCodeCommit
Returns information about a commit, including commit message and committer information.
getCommit(GetCommitRequest) - Method in class com.amazonaws.services.codecommit.AWSCodeCommitClient
Returns information about a commit, including commit message and committer information.
getCommit() - Method in class com.amazonaws.services.codecommit.model.GetCommitResult
A commit data type object that contains information about the specified commit.
getCommitAsync(GetCommitRequest) - Method in class com.amazonaws.services.codecommit.AbstractAWSCodeCommitAsync
 
getCommitAsync(GetCommitRequest, AsyncHandler<GetCommitRequest, GetCommitResult>) - Method in class com.amazonaws.services.codecommit.AbstractAWSCodeCommitAsync
 
getCommitAsync(GetCommitRequest) - Method in interface com.amazonaws.services.codecommit.AWSCodeCommitAsync
Returns information about a commit, including commit message and committer information.
getCommitAsync(GetCommitRequest, AsyncHandler<GetCommitRequest, GetCommitResult>) - Method in interface com.amazonaws.services.codecommit.AWSCodeCommitAsync
Returns information about a commit, including commit message and committer information.
getCommitAsync(GetCommitRequest) - Method in class com.amazonaws.services.codecommit.AWSCodeCommitAsyncClient
 
getCommitAsync(GetCommitRequest, AsyncHandler<GetCommitRequest, GetCommitResult>) - Method in class com.amazonaws.services.codecommit.AWSCodeCommitAsyncClient
 
getCommitId() - Method in class com.amazonaws.services.codecommit.model.BranchInfo
The ID of the last commit made to the branch.
getCommitId() - Method in class com.amazonaws.services.codecommit.model.CreateBranchRequest
The ID of the commit to point the new branch to.
getCommitId() - Method in class com.amazonaws.services.codecommit.model.GetCommitRequest
The commit ID.
GetCommitRequest - Class in com.amazonaws.services.codecommit.model
Represents the input of a get commit operation.
GetCommitRequest() - Constructor for class com.amazonaws.services.codecommit.model.GetCommitRequest
 
GetCommitResult - Class in com.amazonaws.services.codecommit.model
Represents the output of a get commit operation.
GetCommitResult() - Constructor for class com.amazonaws.services.codecommit.model.GetCommitResult
 
getCommitter() - Method in class com.amazonaws.services.codecommit.model.Commit
Information about the person who committed the specified commit, also known as the committer.
getConfigurationId() - Method in class com.amazonaws.services.codecommit.model.GetRepositoryTriggersResult
The system-generated unique ID for the trigger.
getConfigurationId() - Method in class com.amazonaws.services.codecommit.model.PutRepositoryTriggersResult
The system-generated unique ID for the create or update operation.
getContent() - Method in class com.amazonaws.services.codecommit.model.GetBlobResult
The content of the blob, usually a file.
getCreationDate() - Method in class com.amazonaws.services.codecommit.model.RepositoryMetadata
The date and time the repository was created, in timestamp format.
getCustomData() - Method in class com.amazonaws.services.codecommit.model.RepositoryTrigger
Any custom data associated with the trigger that will be included in the information sent to the target of the trigger.
getDate() - Method in class com.amazonaws.services.codecommit.model.UserInfo
The date when the specified commit was pushed to the repository.
getDefaultBranch() - Method in class com.amazonaws.services.codecommit.model.RepositoryMetadata
The repository's default branch name.
getDefaultBranchName() - Method in class com.amazonaws.services.codecommit.model.UpdateDefaultBranchRequest
The name of the branch to set as the default.
getDestinationArn() - Method in class com.amazonaws.services.codecommit.model.RepositoryTrigger
The ARN of the resource that is the target for a trigger.
getDifferences(GetDifferencesRequest) - Method in class com.amazonaws.services.codecommit.AbstractAWSCodeCommit
 
getDifferences(GetDifferencesRequest) - Method in interface com.amazonaws.services.codecommit.AWSCodeCommit
Returns information about the differences in a valid commit specifier (such as a branch, tag, HEAD, commit ID or other fully qualified reference).
getDifferences(GetDifferencesRequest) - Method in class com.amazonaws.services.codecommit.AWSCodeCommitClient
Returns information about the differences in a valid commit specifier (such as a branch, tag, HEAD, commit ID or other fully qualified reference).
getDifferences() - Method in class com.amazonaws.services.codecommit.model.GetDifferencesResult
A differences data type object that contains information about the differences, including whether the difference is added, modified, or deleted (A, D, M).
getDifferencesAsync(GetDifferencesRequest) - Method in class com.amazonaws.services.codecommit.AbstractAWSCodeCommitAsync
 
getDifferencesAsync(GetDifferencesRequest, AsyncHandler<GetDifferencesRequest, GetDifferencesResult>) - Method in class com.amazonaws.services.codecommit.AbstractAWSCodeCommitAsync
 
getDifferencesAsync(GetDifferencesRequest) - Method in interface com.amazonaws.services.codecommit.AWSCodeCommitAsync
Returns information about the differences in a valid commit specifier (such as a branch, tag, HEAD, commit ID or other fully qualified reference).
getDifferencesAsync(GetDifferencesRequest, AsyncHandler<GetDifferencesRequest, GetDifferencesResult>) - Method in interface com.amazonaws.services.codecommit.AWSCodeCommitAsync
Returns information about the differences in a valid commit specifier (such as a branch, tag, HEAD, commit ID or other fully qualified reference).
getDifferencesAsync(GetDifferencesRequest) - Method in class com.amazonaws.services.codecommit.AWSCodeCommitAsyncClient
 
getDifferencesAsync(GetDifferencesRequest, AsyncHandler<GetDifferencesRequest, GetDifferencesResult>) - Method in class com.amazonaws.services.codecommit.AWSCodeCommitAsyncClient
 
GetDifferencesRequest - Class in com.amazonaws.services.codecommit.model
 
GetDifferencesRequest() - Constructor for class com.amazonaws.services.codecommit.model.GetDifferencesRequest
 
GetDifferencesResult - Class in com.amazonaws.services.codecommit.model
 
GetDifferencesResult() - Constructor for class com.amazonaws.services.codecommit.model.GetDifferencesResult
 
getEmail() - Method in class com.amazonaws.services.codecommit.model.UserInfo
The email address associated with the user who made the commit, if any.
getEvents() - Method in class com.amazonaws.services.codecommit.model.RepositoryTrigger
The repository events that will cause the trigger to run actions in another service, such as sending a notification through Amazon Simple Notification Service (SNS).
getExecutorService() - Method in class com.amazonaws.services.codecommit.AWSCodeCommitAsyncClient
Returns the executor service used by this client to execute async requests.
getFailedExecutions() - Method in class com.amazonaws.services.codecommit.model.TestRepositoryTriggersResult
The list of triggers that were not able to be tested.
getFailureMessage() - Method in class com.amazonaws.services.codecommit.model.RepositoryTriggerExecutionFailure
Additional message information about the trigger that did not run.
getLastModifiedDate() - Method in class com.amazonaws.services.codecommit.model.RepositoryMetadata
The date and time the repository was last modified, in timestamp format.
getMaxResults() - Method in class com.amazonaws.services.codecommit.model.GetDifferencesRequest
A non-negative integer used to limit the number of returned results.
getMessage() - Method in class com.amazonaws.services.codecommit.model.Commit
The commit message associated with the specified commit.
getMode() - Method in class com.amazonaws.services.codecommit.model.BlobMetadata
The file mode permissions of the blob.
getName() - Method in class com.amazonaws.services.codecommit.model.RepositoryTrigger
The name of the trigger.
getName() - Method in class com.amazonaws.services.codecommit.model.UserInfo
The name of the user who made the specified commit.
getNewName() - Method in class com.amazonaws.services.codecommit.model.UpdateRepositoryNameRequest
The new name for the repository.
getNextToken() - Method in class com.amazonaws.services.codecommit.model.GetDifferencesRequest
An enumeration token that when provided in a request, returns the next batch of the results.
getNextToken() - Method in class com.amazonaws.services.codecommit.model.GetDifferencesResult
An enumeration token that can be used in a request to return the next batch of the results.
getNextToken() - Method in class com.amazonaws.services.codecommit.model.ListBranchesRequest
An enumeration token that allows the operation to batch the results.
getNextToken() - Method in class com.amazonaws.services.codecommit.model.ListBranchesResult
An enumeration token that returns the batch of the results.
getNextToken() - Method in class com.amazonaws.services.codecommit.model.ListRepositoriesRequest
An enumeration token that allows the operation to batch the results of the operation.
getNextToken() - Method in class com.amazonaws.services.codecommit.model.ListRepositoriesResult
An enumeration token that allows the operation to batch the results of the operation.
getOldName() - Method in class com.amazonaws.services.codecommit.model.UpdateRepositoryNameRequest
The existing name of the repository.
getOrder() - Method in class com.amazonaws.services.codecommit.model.ListRepositoriesRequest
The order in which to sort the results of a list repositories operation.
getParents() - Method in class com.amazonaws.services.codecommit.model.Commit
The parent list for the specified commit.
getPath() - Method in class com.amazonaws.services.codecommit.model.BlobMetadata
The path to the blob and any associated file name, if any.
getRepositories() - Method in class com.amazonaws.services.codecommit.model.BatchGetRepositoriesResult
A list of repositories returned by the batch get repositories operation.
getRepositories() - Method in class com.amazonaws.services.codecommit.model.ListRepositoriesResult
Lists the repositories called by the list repositories operation.
getRepositoriesNotFound() - Method in class com.amazonaws.services.codecommit.model.BatchGetRepositoriesResult
Returns a list of repository names for which information could not be found.
getRepository(GetRepositoryRequest) - Method in class com.amazonaws.services.codecommit.AbstractAWSCodeCommit
 
getRepository(GetRepositoryRequest) - Method in interface com.amazonaws.services.codecommit.AWSCodeCommit
Returns information about a repository.
getRepository(GetRepositoryRequest) - Method in class com.amazonaws.services.codecommit.AWSCodeCommitClient
Returns information about a repository.
getRepositoryAsync(GetRepositoryRequest) - Method in class com.amazonaws.services.codecommit.AbstractAWSCodeCommitAsync
 
getRepositoryAsync(GetRepositoryRequest, AsyncHandler<GetRepositoryRequest, GetRepositoryResult>) - Method in class com.amazonaws.services.codecommit.AbstractAWSCodeCommitAsync
 
getRepositoryAsync(GetRepositoryRequest) - Method in interface com.amazonaws.services.codecommit.AWSCodeCommitAsync
Returns information about a repository.
getRepositoryAsync(GetRepositoryRequest, AsyncHandler<GetRepositoryRequest, GetRepositoryResult>) - Method in interface com.amazonaws.services.codecommit.AWSCodeCommitAsync
Returns information about a repository.
getRepositoryAsync(GetRepositoryRequest) - Method in class com.amazonaws.services.codecommit.AWSCodeCommitAsyncClient
 
getRepositoryAsync(GetRepositoryRequest, AsyncHandler<GetRepositoryRequest, GetRepositoryResult>) - Method in class com.amazonaws.services.codecommit.AWSCodeCommitAsyncClient
 
getRepositoryDescription() - Method in class com.amazonaws.services.codecommit.model.CreateRepositoryRequest
A comment or description about the new repository.
getRepositoryDescription() - Method in class com.amazonaws.services.codecommit.model.RepositoryMetadata
A comment or description about the repository.
getRepositoryDescription() - Method in class com.amazonaws.services.codecommit.model.UpdateRepositoryDescriptionRequest
The new comment or description for the specified repository.
getRepositoryId() - Method in class com.amazonaws.services.codecommit.model.DeleteRepositoryResult
The ID of the repository that was deleted.
getRepositoryId() - Method in class com.amazonaws.services.codecommit.model.RepositoryMetadata
The ID of the repository.
getRepositoryId() - Method in class com.amazonaws.services.codecommit.model.RepositoryNameIdPair
The ID associated with the repository.
getRepositoryMetadata() - Method in class com.amazonaws.services.codecommit.model.CreateRepositoryResult
Information about the newly created repository.
getRepositoryMetadata() - Method in class com.amazonaws.services.codecommit.model.GetRepositoryResult
Information about the repository.
getRepositoryName() - Method in class com.amazonaws.services.codecommit.model.CreateBranchRequest
The name of the repository in which you want to create the new branch.
getRepositoryName() - Method in class com.amazonaws.services.codecommit.model.CreateRepositoryRequest
The name of the new repository to be created.
getRepositoryName() - Method in class com.amazonaws.services.codecommit.model.DeleteRepositoryRequest
The name of the repository to delete.
getRepositoryName() - Method in class com.amazonaws.services.codecommit.model.GetBlobRequest
The name of the repository that contains the blob.
getRepositoryName() - Method in class com.amazonaws.services.codecommit.model.GetBranchRequest
The name of the repository that contains the branch for which you want to retrieve information.
getRepositoryName() - Method in class com.amazonaws.services.codecommit.model.GetCommitRequest
The name of the repository to which the commit was made.
getRepositoryName() - Method in class com.amazonaws.services.codecommit.model.GetDifferencesRequest
The name of the repository where you want to get differences.
getRepositoryName() - Method in class com.amazonaws.services.codecommit.model.GetRepositoryRequest
The name of the repository to get information about.
getRepositoryName() - Method in class com.amazonaws.services.codecommit.model.GetRepositoryTriggersRequest
The name of the repository for which the trigger is configured.
getRepositoryName() - Method in class com.amazonaws.services.codecommit.model.ListBranchesRequest
The name of the repository that contains the branches.
getRepositoryName() - Method in class com.amazonaws.services.codecommit.model.PutRepositoryTriggersRequest
The name of the repository where you want to create or update the trigger.
getRepositoryName() - Method in class com.amazonaws.services.codecommit.model.RepositoryMetadata
The repository's name.
getRepositoryName() - Method in class com.amazonaws.services.codecommit.model.RepositoryNameIdPair
The name associated with the repository.
getRepositoryName() - Method in class com.amazonaws.services.codecommit.model.TestRepositoryTriggersRequest
The name of the repository in which to test the triggers.
getRepositoryName() - Method in class com.amazonaws.services.codecommit.model.UpdateDefaultBranchRequest
The name of the repository to set or change the default branch for.
getRepositoryName() - Method in class com.amazonaws.services.codecommit.model.UpdateRepositoryDescriptionRequest
The name of the repository to set or change the comment or description for.
getRepositoryNames() - Method in class com.amazonaws.services.codecommit.model.BatchGetRepositoriesRequest
The names of the repositories to get information about.
GetRepositoryRequest - Class in com.amazonaws.services.codecommit.model
Represents the input of a get repository operation.
GetRepositoryRequest() - Constructor for class com.amazonaws.services.codecommit.model.GetRepositoryRequest
 
GetRepositoryResult - Class in com.amazonaws.services.codecommit.model
Represents the output of a get repository operation.
GetRepositoryResult() - Constructor for class com.amazonaws.services.codecommit.model.GetRepositoryResult
 
getRepositoryTriggers(GetRepositoryTriggersRequest) - Method in class com.amazonaws.services.codecommit.AbstractAWSCodeCommit
 
getRepositoryTriggers(GetRepositoryTriggersRequest) - Method in interface com.amazonaws.services.codecommit.AWSCodeCommit
Gets information about triggers configured for a repository.
getRepositoryTriggers(GetRepositoryTriggersRequest) - Method in class com.amazonaws.services.codecommit.AWSCodeCommitClient
Gets information about triggers configured for a repository.
getRepositoryTriggersAsync(GetRepositoryTriggersRequest) - Method in class com.amazonaws.services.codecommit.AbstractAWSCodeCommitAsync
 
getRepositoryTriggersAsync(GetRepositoryTriggersRequest, AsyncHandler<GetRepositoryTriggersRequest, GetRepositoryTriggersResult>) - Method in class com.amazonaws.services.codecommit.AbstractAWSCodeCommitAsync
 
getRepositoryTriggersAsync(GetRepositoryTriggersRequest) - Method in interface com.amazonaws.services.codecommit.AWSCodeCommitAsync
Gets information about triggers configured for a repository.
getRepositoryTriggersAsync(GetRepositoryTriggersRequest, AsyncHandler<GetRepositoryTriggersRequest, GetRepositoryTriggersResult>) - Method in interface com.amazonaws.services.codecommit.AWSCodeCommitAsync
Gets information about triggers configured for a repository.
getRepositoryTriggersAsync(GetRepositoryTriggersRequest) - Method in class com.amazonaws.services.codecommit.AWSCodeCommitAsyncClient
 
getRepositoryTriggersAsync(GetRepositoryTriggersRequest, AsyncHandler<GetRepositoryTriggersRequest, GetRepositoryTriggersResult>) - Method in class com.amazonaws.services.codecommit.AWSCodeCommitAsyncClient
 
GetRepositoryTriggersRequest - Class in com.amazonaws.services.codecommit.model
Represents the input of a get repository triggers operation.
GetRepositoryTriggersRequest() - Constructor for class com.amazonaws.services.codecommit.model.GetRepositoryTriggersRequest
 
GetRepositoryTriggersResult - Class in com.amazonaws.services.codecommit.model
Represents the output of a get repository triggers operation.
GetRepositoryTriggersResult() - Constructor for class com.amazonaws.services.codecommit.model.GetRepositoryTriggersResult
 
getSortBy() - Method in class com.amazonaws.services.codecommit.model.ListRepositoriesRequest
The criteria used to sort the results of a list repositories operation.
getSuccessfulExecutions() - Method in class com.amazonaws.services.codecommit.model.TestRepositoryTriggersResult
The list of triggers that were successfully tested.
getTreeId() - Method in class com.amazonaws.services.codecommit.model.Commit
Tree information for the specified commit.
getTrigger() - Method in class com.amazonaws.services.codecommit.model.RepositoryTriggerExecutionFailure
The name of the trigger that did not run.
getTriggers() - Method in class com.amazonaws.services.codecommit.model.GetRepositoryTriggersResult
The JSON block of configuration information for each trigger.
getTriggers() - Method in class com.amazonaws.services.codecommit.model.PutRepositoryTriggersRequest
The JSON block of configuration information for each trigger.
getTriggers() - Method in class com.amazonaws.services.codecommit.model.TestRepositoryTriggersRequest
The list of triggers to test.

H

hashCode() - Method in class com.amazonaws.services.codecommit.model.BatchGetRepositoriesRequest
 
hashCode() - Method in class com.amazonaws.services.codecommit.model.BatchGetRepositoriesResult
 
hashCode() - Method in class com.amazonaws.services.codecommit.model.BlobMetadata
 
hashCode() - Method in class com.amazonaws.services.codecommit.model.BranchInfo
 
hashCode() - Method in class com.amazonaws.services.codecommit.model.Commit
 
hashCode() - Method in class com.amazonaws.services.codecommit.model.CreateBranchRequest
 
hashCode() - Method in class com.amazonaws.services.codecommit.model.CreateBranchResult
 
hashCode() - Method in class com.amazonaws.services.codecommit.model.CreateRepositoryRequest
 
hashCode() - Method in class com.amazonaws.services.codecommit.model.CreateRepositoryResult
 
hashCode() - Method in class com.amazonaws.services.codecommit.model.DeleteRepositoryRequest
 
hashCode() - Method in class com.amazonaws.services.codecommit.model.DeleteRepositoryResult
 
hashCode() - Method in class com.amazonaws.services.codecommit.model.Difference
 
hashCode() - Method in class com.amazonaws.services.codecommit.model.GetBlobRequest
 
hashCode() - Method in class com.amazonaws.services.codecommit.model.GetBlobResult
 
hashCode() - Method in class com.amazonaws.services.codecommit.model.GetBranchRequest
 
hashCode() - Method in class com.amazonaws.services.codecommit.model.GetBranchResult
 
hashCode() - Method in class com.amazonaws.services.codecommit.model.GetCommitRequest
 
hashCode() - Method in class com.amazonaws.services.codecommit.model.GetCommitResult
 
hashCode() - Method in class com.amazonaws.services.codecommit.model.GetDifferencesRequest
 
hashCode() - Method in class com.amazonaws.services.codecommit.model.GetDifferencesResult
 
hashCode() - Method in class com.amazonaws.services.codecommit.model.GetRepositoryRequest
 
hashCode() - Method in class com.amazonaws.services.codecommit.model.GetRepositoryResult
 
hashCode() - Method in class com.amazonaws.services.codecommit.model.GetRepositoryTriggersRequest
 
hashCode() - Method in class com.amazonaws.services.codecommit.model.GetRepositoryTriggersResult
 
hashCode() - Method in class com.amazonaws.services.codecommit.model.ListBranchesRequest
 
hashCode() - Method in class com.amazonaws.services.codecommit.model.ListBranchesResult
 
hashCode() - Method in class com.amazonaws.services.codecommit.model.ListRepositoriesRequest
 
hashCode() - Method in class com.amazonaws.services.codecommit.model.ListRepositoriesResult
 
hashCode() - Method in class com.amazonaws.services.codecommit.model.PutRepositoryTriggersRequest
 
hashCode() - Method in class com.amazonaws.services.codecommit.model.PutRepositoryTriggersResult
 
hashCode() - Method in class com.amazonaws.services.codecommit.model.RepositoryMetadata
 
hashCode() - Method in class com.amazonaws.services.codecommit.model.RepositoryNameIdPair
 
hashCode() - Method in class com.amazonaws.services.codecommit.model.RepositoryTrigger
 
hashCode() - Method in class com.amazonaws.services.codecommit.model.RepositoryTriggerExecutionFailure
 
hashCode() - Method in class com.amazonaws.services.codecommit.model.TestRepositoryTriggersRequest
 
hashCode() - Method in class com.amazonaws.services.codecommit.model.TestRepositoryTriggersResult
 
hashCode() - Method in class com.amazonaws.services.codecommit.model.UpdateDefaultBranchRequest
 
hashCode() - Method in class com.amazonaws.services.codecommit.model.UpdateDefaultBranchResult
 
hashCode() - Method in class com.amazonaws.services.codecommit.model.UpdateRepositoryDescriptionRequest
 
hashCode() - Method in class com.amazonaws.services.codecommit.model.UpdateRepositoryDescriptionResult
 
hashCode() - Method in class com.amazonaws.services.codecommit.model.UpdateRepositoryNameRequest
 
hashCode() - Method in class com.amazonaws.services.codecommit.model.UpdateRepositoryNameResult
 
hashCode() - Method in class com.amazonaws.services.codecommit.model.UserInfo
 

I

InvalidBlobIdException - Exception in com.amazonaws.services.codecommit.model
The specified blob is not valid.
InvalidBlobIdException(String) - Constructor for exception com.amazonaws.services.codecommit.model.InvalidBlobIdException
Constructs a new InvalidBlobIdException with the specified error message.
InvalidBranchNameException - Exception in com.amazonaws.services.codecommit.model
The specified branch name is not valid.
InvalidBranchNameException(String) - Constructor for exception com.amazonaws.services.codecommit.model.InvalidBranchNameException
Constructs a new InvalidBranchNameException with the specified error message.
InvalidCommitException - Exception in com.amazonaws.services.codecommit.model
The specified commit is not valid.
InvalidCommitException(String) - Constructor for exception com.amazonaws.services.codecommit.model.InvalidCommitException
Constructs a new InvalidCommitException with the specified error message.
InvalidCommitIdException - Exception in com.amazonaws.services.codecommit.model
The specified commit ID is not valid.
InvalidCommitIdException(String) - Constructor for exception com.amazonaws.services.codecommit.model.InvalidCommitIdException
Constructs a new InvalidCommitIdException with the specified error message.
InvalidContinuationTokenException - Exception in com.amazonaws.services.codecommit.model
The specified continuation token is not valid.
InvalidContinuationTokenException(String) - Constructor for exception com.amazonaws.services.codecommit.model.InvalidContinuationTokenException
Constructs a new InvalidContinuationTokenException with the specified error message.
InvalidMaxResultsException - Exception in com.amazonaws.services.codecommit.model
The specified number of maximum results is not valid.
InvalidMaxResultsException(String) - Constructor for exception com.amazonaws.services.codecommit.model.InvalidMaxResultsException
Constructs a new InvalidMaxResultsException with the specified error message.
InvalidOrderException - Exception in com.amazonaws.services.codecommit.model
The specified sort order is not valid.
InvalidOrderException(String) - Constructor for exception com.amazonaws.services.codecommit.model.InvalidOrderException
Constructs a new InvalidOrderException with the specified error message.
InvalidPathException - Exception in com.amazonaws.services.codecommit.model
The specified path is not valid.
InvalidPathException(String) - Constructor for exception com.amazonaws.services.codecommit.model.InvalidPathException
Constructs a new InvalidPathException with the specified error message.
InvalidRepositoryDescriptionException - Exception in com.amazonaws.services.codecommit.model
The specified repository description is not valid.
InvalidRepositoryDescriptionException(String) - Constructor for exception com.amazonaws.services.codecommit.model.InvalidRepositoryDescriptionException
Constructs a new InvalidRepositoryDescriptionException with the specified error message.
InvalidRepositoryNameException - Exception in com.amazonaws.services.codecommit.model
At least one specified repository name is not valid.
InvalidRepositoryNameException(String) - Constructor for exception com.amazonaws.services.codecommit.model.InvalidRepositoryNameException
Constructs a new InvalidRepositoryNameException with the specified error message.
InvalidRepositoryTriggerBranchNameException - Exception in com.amazonaws.services.codecommit.model
One or more branch names specified for the trigger is not valid.
InvalidRepositoryTriggerBranchNameException(String) - Constructor for exception com.amazonaws.services.codecommit.model.InvalidRepositoryTriggerBranchNameException
Constructs a new InvalidRepositoryTriggerBranchNameException with the specified error message.
InvalidRepositoryTriggerCustomDataException - Exception in com.amazonaws.services.codecommit.model
The custom data provided for the trigger is not valid.
InvalidRepositoryTriggerCustomDataException(String) - Constructor for exception com.amazonaws.services.codecommit.model.InvalidRepositoryTriggerCustomDataException
Constructs a new InvalidRepositoryTriggerCustomDataException with the specified error message.
InvalidRepositoryTriggerDestinationArnException - Exception in com.amazonaws.services.codecommit.model
The Amazon Resource Name (ARN) for the trigger is not valid for the specified destination.
InvalidRepositoryTriggerDestinationArnException(String) - Constructor for exception com.amazonaws.services.codecommit.model.InvalidRepositoryTriggerDestinationArnException
Constructs a new InvalidRepositoryTriggerDestinationArnException with the specified error message.
InvalidRepositoryTriggerEventsException - Exception in com.amazonaws.services.codecommit.model
One or more events specified for the trigger is not valid.
InvalidRepositoryTriggerEventsException(String) - Constructor for exception com.amazonaws.services.codecommit.model.InvalidRepositoryTriggerEventsException
Constructs a new InvalidRepositoryTriggerEventsException with the specified error message.
InvalidRepositoryTriggerNameException - Exception in com.amazonaws.services.codecommit.model
The name of the trigger is not valid.
InvalidRepositoryTriggerNameException(String) - Constructor for exception com.amazonaws.services.codecommit.model.InvalidRepositoryTriggerNameException
Constructs a new InvalidRepositoryTriggerNameException with the specified error message.
InvalidRepositoryTriggerRegionException - Exception in com.amazonaws.services.codecommit.model
The region for the trigger target does not match the region for the repository.
InvalidRepositoryTriggerRegionException(String) - Constructor for exception com.amazonaws.services.codecommit.model.InvalidRepositoryTriggerRegionException
Constructs a new InvalidRepositoryTriggerRegionException with the specified error message.
InvalidSortByException - Exception in com.amazonaws.services.codecommit.model
The specified sort by value is not valid.
InvalidSortByException(String) - Constructor for exception com.amazonaws.services.codecommit.model.InvalidSortByException
Constructs a new InvalidSortByException with the specified error message.

L

listBranches(ListBranchesRequest) - Method in class com.amazonaws.services.codecommit.AbstractAWSCodeCommit
 
listBranches(ListBranchesRequest) - Method in interface com.amazonaws.services.codecommit.AWSCodeCommit
Gets information about one or more branches in a repository.
listBranches(ListBranchesRequest) - Method in class com.amazonaws.services.codecommit.AWSCodeCommitClient
Gets information about one or more branches in a repository.
listBranchesAsync(ListBranchesRequest) - Method in class com.amazonaws.services.codecommit.AbstractAWSCodeCommitAsync
 
listBranchesAsync(ListBranchesRequest, AsyncHandler<ListBranchesRequest, ListBranchesResult>) - Method in class com.amazonaws.services.codecommit.AbstractAWSCodeCommitAsync
 
listBranchesAsync(ListBranchesRequest) - Method in interface com.amazonaws.services.codecommit.AWSCodeCommitAsync
Gets information about one or more branches in a repository.
listBranchesAsync(ListBranchesRequest, AsyncHandler<ListBranchesRequest, ListBranchesResult>) - Method in interface com.amazonaws.services.codecommit.AWSCodeCommitAsync
Gets information about one or more branches in a repository.
listBranchesAsync(ListBranchesRequest) - Method in class com.amazonaws.services.codecommit.AWSCodeCommitAsyncClient
 
listBranchesAsync(ListBranchesRequest, AsyncHandler<ListBranchesRequest, ListBranchesResult>) - Method in class com.amazonaws.services.codecommit.AWSCodeCommitAsyncClient
 
ListBranchesRequest - Class in com.amazonaws.services.codecommit.model
Represents the input of a list branches operation.
ListBranchesRequest() - Constructor for class com.amazonaws.services.codecommit.model.ListBranchesRequest
 
ListBranchesResult - Class in com.amazonaws.services.codecommit.model
Represents the output of a list branches operation.
ListBranchesResult() - Constructor for class com.amazonaws.services.codecommit.model.ListBranchesResult
 
listRepositories(ListRepositoriesRequest) - Method in class com.amazonaws.services.codecommit.AbstractAWSCodeCommit
 
listRepositories(ListRepositoriesRequest) - Method in interface com.amazonaws.services.codecommit.AWSCodeCommit
Gets information about one or more repositories.
listRepositories(ListRepositoriesRequest) - Method in class com.amazonaws.services.codecommit.AWSCodeCommitClient
Gets information about one or more repositories.
listRepositoriesAsync(ListRepositoriesRequest) - Method in class com.amazonaws.services.codecommit.AbstractAWSCodeCommitAsync
 
listRepositoriesAsync(ListRepositoriesRequest, AsyncHandler<ListRepositoriesRequest, ListRepositoriesResult>) - Method in class com.amazonaws.services.codecommit.AbstractAWSCodeCommitAsync
 
listRepositoriesAsync(ListRepositoriesRequest) - Method in interface com.amazonaws.services.codecommit.AWSCodeCommitAsync
Gets information about one or more repositories.
listRepositoriesAsync(ListRepositoriesRequest, AsyncHandler<ListRepositoriesRequest, ListRepositoriesResult>) - Method in interface com.amazonaws.services.codecommit.AWSCodeCommitAsync
Gets information about one or more repositories.
listRepositoriesAsync(ListRepositoriesRequest) - Method in class com.amazonaws.services.codecommit.AWSCodeCommitAsyncClient
 
listRepositoriesAsync(ListRepositoriesRequest, AsyncHandler<ListRepositoriesRequest, ListRepositoriesResult>) - Method in class com.amazonaws.services.codecommit.AWSCodeCommitAsyncClient
 
ListRepositoriesRequest - Class in com.amazonaws.services.codecommit.model
Represents the input of a list repositories operation.
ListRepositoriesRequest() - Constructor for class com.amazonaws.services.codecommit.model.ListRepositoriesRequest
 
ListRepositoriesResult - Class in com.amazonaws.services.codecommit.model
Represents the output of a list repositories operation.
ListRepositoriesResult() - Constructor for class com.amazonaws.services.codecommit.model.ListRepositoriesResult
 

M

marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.codecommit.model.BlobMetadata
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.codecommit.model.BranchInfo
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.codecommit.model.Commit
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.codecommit.model.Difference
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.codecommit.model.RepositoryMetadata
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.codecommit.model.RepositoryNameIdPair
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.codecommit.model.RepositoryTrigger
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.codecommit.model.RepositoryTriggerExecutionFailure
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.codecommit.model.UserInfo
 
MaximumBranchesExceededException - Exception in com.amazonaws.services.codecommit.model
The number of branches for the trigger was exceeded.
MaximumBranchesExceededException(String) - Constructor for exception com.amazonaws.services.codecommit.model.MaximumBranchesExceededException
Constructs a new MaximumBranchesExceededException with the specified error message.
MaximumRepositoryNamesExceededException - Exception in com.amazonaws.services.codecommit.model
The maximum number of allowed repository names was exceeded.
MaximumRepositoryNamesExceededException(String) - Constructor for exception com.amazonaws.services.codecommit.model.MaximumRepositoryNamesExceededException
Constructs a new MaximumRepositoryNamesExceededException with the specified error message.
MaximumRepositoryTriggersExceededException - Exception in com.amazonaws.services.codecommit.model
The number of triggers allowed for the repository was exceeded.
MaximumRepositoryTriggersExceededException(String) - Constructor for exception com.amazonaws.services.codecommit.model.MaximumRepositoryTriggersExceededException
Constructs a new MaximumRepositoryTriggersExceededException with the specified error message.

O

OrderEnum - Enum in com.amazonaws.services.codecommit.model
 

P

PathDoesNotExistException - Exception in com.amazonaws.services.codecommit.model
The specified path does not exist.
PathDoesNotExistException(String) - Constructor for exception com.amazonaws.services.codecommit.model.PathDoesNotExistException
Constructs a new PathDoesNotExistException with the specified error message.
putRepositoryTriggers(PutRepositoryTriggersRequest) - Method in class com.amazonaws.services.codecommit.AbstractAWSCodeCommit
 
putRepositoryTriggers(PutRepositoryTriggersRequest) - Method in interface com.amazonaws.services.codecommit.AWSCodeCommit
Replaces all triggers for a repository.
putRepositoryTriggers(PutRepositoryTriggersRequest) - Method in class com.amazonaws.services.codecommit.AWSCodeCommitClient
Replaces all triggers for a repository.
putRepositoryTriggersAsync(PutRepositoryTriggersRequest) - Method in class com.amazonaws.services.codecommit.AbstractAWSCodeCommitAsync
 
putRepositoryTriggersAsync(PutRepositoryTriggersRequest, AsyncHandler<PutRepositoryTriggersRequest, PutRepositoryTriggersResult>) - Method in class com.amazonaws.services.codecommit.AbstractAWSCodeCommitAsync
 
putRepositoryTriggersAsync(PutRepositoryTriggersRequest) - Method in interface com.amazonaws.services.codecommit.AWSCodeCommitAsync
Replaces all triggers for a repository.
putRepositoryTriggersAsync(PutRepositoryTriggersRequest, AsyncHandler<PutRepositoryTriggersRequest, PutRepositoryTriggersResult>) - Method in interface com.amazonaws.services.codecommit.AWSCodeCommitAsync
Replaces all triggers for a repository.
putRepositoryTriggersAsync(PutRepositoryTriggersRequest) - Method in class com.amazonaws.services.codecommit.AWSCodeCommitAsyncClient
 
putRepositoryTriggersAsync(PutRepositoryTriggersRequest, AsyncHandler<PutRepositoryTriggersRequest, PutRepositoryTriggersResult>) - Method in class com.amazonaws.services.codecommit.AWSCodeCommitAsyncClient
 
PutRepositoryTriggersRequest - Class in com.amazonaws.services.codecommit.model
Represents the input ofa put repository triggers operation.
PutRepositoryTriggersRequest() - Constructor for class com.amazonaws.services.codecommit.model.PutRepositoryTriggersRequest
 
PutRepositoryTriggersResult - Class in com.amazonaws.services.codecommit.model
Represents the output of a put repository triggers operation.
PutRepositoryTriggersResult() - Constructor for class com.amazonaws.services.codecommit.model.PutRepositoryTriggersResult
 

R

RepositoryDoesNotExistException - Exception in com.amazonaws.services.codecommit.model
The specified repository does not exist.
RepositoryDoesNotExistException(String) - Constructor for exception com.amazonaws.services.codecommit.model.RepositoryDoesNotExistException
Constructs a new RepositoryDoesNotExistException with the specified error message.
RepositoryLimitExceededException - Exception in com.amazonaws.services.codecommit.model
A repository resource limit was exceeded.
RepositoryLimitExceededException(String) - Constructor for exception com.amazonaws.services.codecommit.model.RepositoryLimitExceededException
Constructs a new RepositoryLimitExceededException with the specified error message.
RepositoryMetadata - Class in com.amazonaws.services.codecommit.model
Information about a repository.
RepositoryMetadata() - Constructor for class com.amazonaws.services.codecommit.model.RepositoryMetadata
 
RepositoryNameExistsException - Exception in com.amazonaws.services.codecommit.model
The specified repository name already exists.
RepositoryNameExistsException(String) - Constructor for exception com.amazonaws.services.codecommit.model.RepositoryNameExistsException
Constructs a new RepositoryNameExistsException with the specified error message.
RepositoryNameIdPair - Class in com.amazonaws.services.codecommit.model
Information about a repository name and ID.
RepositoryNameIdPair() - Constructor for class com.amazonaws.services.codecommit.model.RepositoryNameIdPair
 
RepositoryNameRequiredException - Exception in com.amazonaws.services.codecommit.model
A repository name is required but was not specified.
RepositoryNameRequiredException(String) - Constructor for exception com.amazonaws.services.codecommit.model.RepositoryNameRequiredException
Constructs a new RepositoryNameRequiredException with the specified error message.
RepositoryNamesRequiredException - Exception in com.amazonaws.services.codecommit.model
A repository names object is required but was not specified.
RepositoryNamesRequiredException(String) - Constructor for exception com.amazonaws.services.codecommit.model.RepositoryNamesRequiredException
Constructs a new RepositoryNamesRequiredException with the specified error message.
RepositoryTrigger - Class in com.amazonaws.services.codecommit.model
Information about a trigger for a repository.
RepositoryTrigger() - Constructor for class com.amazonaws.services.codecommit.model.RepositoryTrigger
 
RepositoryTriggerBranchNameListRequiredException - Exception in com.amazonaws.services.codecommit.model
At least one branch name is required but was not specified in the trigger configuration.
RepositoryTriggerBranchNameListRequiredException(String) - Constructor for exception com.amazonaws.services.codecommit.model.RepositoryTriggerBranchNameListRequiredException
Constructs a new RepositoryTriggerBranchNameListRequiredException with the specified error message.
RepositoryTriggerDestinationArnRequiredException - Exception in com.amazonaws.services.codecommit.model
A destination ARN for the target service for the trigger is required but was not specified.
RepositoryTriggerDestinationArnRequiredException(String) - Constructor for exception com.amazonaws.services.codecommit.model.RepositoryTriggerDestinationArnRequiredException
Constructs a new RepositoryTriggerDestinationArnRequiredException with the specified error message.
RepositoryTriggerEventEnum - Enum in com.amazonaws.services.codecommit.model
 
RepositoryTriggerEventsListRequiredException - Exception in com.amazonaws.services.codecommit.model
At least one event for the trigger is required but was not specified.
RepositoryTriggerEventsListRequiredException(String) - Constructor for exception com.amazonaws.services.codecommit.model.RepositoryTriggerEventsListRequiredException
Constructs a new RepositoryTriggerEventsListRequiredException with the specified error message.
RepositoryTriggerExecutionFailure - Class in com.amazonaws.services.codecommit.model
A trigger failed to run.
RepositoryTriggerExecutionFailure() - Constructor for class com.amazonaws.services.codecommit.model.RepositoryTriggerExecutionFailure
 
RepositoryTriggerNameRequiredException - Exception in com.amazonaws.services.codecommit.model
A name for the trigger is required but was not specified.
RepositoryTriggerNameRequiredException(String) - Constructor for exception com.amazonaws.services.codecommit.model.RepositoryTriggerNameRequiredException
Constructs a new RepositoryTriggerNameRequiredException with the specified error message.
RepositoryTriggersListRequiredException - Exception in com.amazonaws.services.codecommit.model
The list of triggers for the repository is required but was not specified.
RepositoryTriggersListRequiredException(String) - Constructor for exception com.amazonaws.services.codecommit.model.RepositoryTriggersListRequiredException
Constructs a new RepositoryTriggersListRequiredException with the specified error message.

S

setAccountId(String) - Method in class com.amazonaws.services.codecommit.model.RepositoryMetadata
The ID of the AWS account associated with the repository.
setAdditionalData(String) - Method in class com.amazonaws.services.codecommit.model.Commit
Any additional data associated with the specified commit.
setAfterBlob(BlobMetadata) - Method in class com.amazonaws.services.codecommit.model.Difference
Information about an afterBlob data type object, including the ID, the file mode permission code, and the path.
setAfterCommitSpecifier(String) - Method in class com.amazonaws.services.codecommit.model.GetDifferencesRequest
The branch, tag, HEAD, or other fully qualified reference used to identify a commit.
setAfterPath(String) - Method in class com.amazonaws.services.codecommit.model.GetDifferencesRequest
The file path in which to check differences.
setArn(String) - Method in class com.amazonaws.services.codecommit.model.RepositoryMetadata
The Amazon Resource Name (ARN) of the repository.
setAuthor(UserInfo) - Method in class com.amazonaws.services.codecommit.model.Commit
Information about the author of the specified commit.
setBeforeBlob(BlobMetadata) - Method in class com.amazonaws.services.codecommit.model.Difference
Information about a beforeBlob data type object, including the ID, the file mode permission code, and the path.
setBeforeCommitSpecifier(String) - Method in class com.amazonaws.services.codecommit.model.GetDifferencesRequest
The branch, tag, HEAD, or other fully qualified reference used to identify a commit.
setBeforePath(String) - Method in class com.amazonaws.services.codecommit.model.GetDifferencesRequest
The file path in which to check for differences.
setBlobId(String) - Method in class com.amazonaws.services.codecommit.model.BlobMetadata
The full ID of the blob.
setBlobId(String) - Method in class com.amazonaws.services.codecommit.model.GetBlobRequest
The ID of the blob, which is its SHA-1 pointer.
setBranch(BranchInfo) - Method in class com.amazonaws.services.codecommit.model.GetBranchResult
The name of the branch.
setBranches(Collection<String>) - Method in class com.amazonaws.services.codecommit.model.ListBranchesResult
The list of branch names.
setBranches(Collection<String>) - Method in class com.amazonaws.services.codecommit.model.RepositoryTrigger
The branches that will be included in the trigger configuration.
setBranchName(String) - Method in class com.amazonaws.services.codecommit.model.BranchInfo
The name of the branch.
setBranchName(String) - Method in class com.amazonaws.services.codecommit.model.CreateBranchRequest
The name of the new branch to create.
setBranchName(String) - Method in class com.amazonaws.services.codecommit.model.GetBranchRequest
The name of the branch for which you want to retrieve information.
setChangeType(String) - Method in class com.amazonaws.services.codecommit.model.Difference
Whether the change type of the difference is an addition (A), deletion (D), or modification (M).
setChangeType(ChangeTypeEnum) - Method in class com.amazonaws.services.codecommit.model.Difference
Whether the change type of the difference is an addition (A), deletion (D), or modification (M).
setCloneUrlHttp(String) - Method in class com.amazonaws.services.codecommit.model.RepositoryMetadata
The URL to use for cloning the repository over HTTPS.
setCloneUrlSsh(String) - Method in class com.amazonaws.services.codecommit.model.RepositoryMetadata
The URL to use for cloning the repository over SSH.
setCommit(Commit) - Method in class com.amazonaws.services.codecommit.model.GetCommitResult
A commit data type object that contains information about the specified commit.
setCommitId(String) - Method in class com.amazonaws.services.codecommit.model.BranchInfo
The ID of the last commit made to the branch.
setCommitId(String) - Method in class com.amazonaws.services.codecommit.model.CreateBranchRequest
The ID of the commit to point the new branch to.
setCommitId(String) - Method in class com.amazonaws.services.codecommit.model.GetCommitRequest
The commit ID.
setCommitter(UserInfo) - Method in class com.amazonaws.services.codecommit.model.Commit
Information about the person who committed the specified commit, also known as the committer.
setConfigurationId(String) - Method in class com.amazonaws.services.codecommit.model.GetRepositoryTriggersResult
The system-generated unique ID for the trigger.
setConfigurationId(String) - Method in class com.amazonaws.services.codecommit.model.PutRepositoryTriggersResult
The system-generated unique ID for the create or update operation.
setContent(ByteBuffer) - Method in class com.amazonaws.services.codecommit.model.GetBlobResult
The content of the blob, usually a file.
setCreationDate(Date) - Method in class com.amazonaws.services.codecommit.model.RepositoryMetadata
The date and time the repository was created, in timestamp format.
setCustomData(String) - Method in class com.amazonaws.services.codecommit.model.RepositoryTrigger
Any custom data associated with the trigger that will be included in the information sent to the target of the trigger.
setDate(String) - Method in class com.amazonaws.services.codecommit.model.UserInfo
The date when the specified commit was pushed to the repository.
setDefaultBranch(String) - Method in class com.amazonaws.services.codecommit.model.RepositoryMetadata
The repository's default branch name.
setDefaultBranchName(String) - Method in class com.amazonaws.services.codecommit.model.UpdateDefaultBranchRequest
The name of the branch to set as the default.
setDestinationArn(String) - Method in class com.amazonaws.services.codecommit.model.RepositoryTrigger
The ARN of the resource that is the target for a trigger.
setDifferences(Collection<Difference>) - Method in class com.amazonaws.services.codecommit.model.GetDifferencesResult
A differences data type object that contains information about the differences, including whether the difference is added, modified, or deleted (A, D, M).
setEmail(String) - Method in class com.amazonaws.services.codecommit.model.UserInfo
The email address associated with the user who made the commit, if any.
setEndpoint(String) - Method in class com.amazonaws.services.codecommit.AbstractAWSCodeCommit
 
setEndpoint(String) - Method in interface com.amazonaws.services.codecommit.AWSCodeCommit
Deprecated.
use AwsClientBuilder#setEndpointConfiguration(AwsClientBuilder.EndpointConfiguration) for example: builder.setEndpointConfiguration(new EndpointConfiguration(endpoint, signingRegion));
setEvents(Collection<String>) - Method in class com.amazonaws.services.codecommit.model.RepositoryTrigger
The repository events that will cause the trigger to run actions in another service, such as sending a notification through Amazon Simple Notification Service (SNS).
setFailedExecutions(Collection<RepositoryTriggerExecutionFailure>) - Method in class com.amazonaws.services.codecommit.model.TestRepositoryTriggersResult
The list of triggers that were not able to be tested.
setFailureMessage(String) - Method in class com.amazonaws.services.codecommit.model.RepositoryTriggerExecutionFailure
Additional message information about the trigger that did not run.
setLastModifiedDate(Date) - Method in class com.amazonaws.services.codecommit.model.RepositoryMetadata
The date and time the repository was last modified, in timestamp format.
setMaxResults(Integer) - Method in class com.amazonaws.services.codecommit.model.GetDifferencesRequest
A non-negative integer used to limit the number of returned results.
setMessage(String) - Method in class com.amazonaws.services.codecommit.model.Commit
The commit message associated with the specified commit.
setMode(String) - Method in class com.amazonaws.services.codecommit.model.BlobMetadata
The file mode permissions of the blob.
setName(String) - Method in class com.amazonaws.services.codecommit.model.RepositoryTrigger
The name of the trigger.
setName(String) - Method in class com.amazonaws.services.codecommit.model.UserInfo
The name of the user who made the specified commit.
setNewName(String) - Method in class com.amazonaws.services.codecommit.model.UpdateRepositoryNameRequest
The new name for the repository.
setNextToken(String) - Method in class com.amazonaws.services.codecommit.model.GetDifferencesRequest
An enumeration token that when provided in a request, returns the next batch of the results.
setNextToken(String) - Method in class com.amazonaws.services.codecommit.model.GetDifferencesResult
An enumeration token that can be used in a request to return the next batch of the results.
setNextToken(String) - Method in class com.amazonaws.services.codecommit.model.ListBranchesRequest
An enumeration token that allows the operation to batch the results.
setNextToken(String) - Method in class com.amazonaws.services.codecommit.model.ListBranchesResult
An enumeration token that returns the batch of the results.
setNextToken(String) - Method in class com.amazonaws.services.codecommit.model.ListRepositoriesRequest
An enumeration token that allows the operation to batch the results of the operation.
setNextToken(String) - Method in class com.amazonaws.services.codecommit.model.ListRepositoriesResult
An enumeration token that allows the operation to batch the results of the operation.
setOldName(String) - Method in class com.amazonaws.services.codecommit.model.UpdateRepositoryNameRequest
The existing name of the repository.
setOrder(String) - Method in class com.amazonaws.services.codecommit.model.ListRepositoriesRequest
The order in which to sort the results of a list repositories operation.
setOrder(OrderEnum) - Method in class com.amazonaws.services.codecommit.model.ListRepositoriesRequest
The order in which to sort the results of a list repositories operation.
setParents(Collection<String>) - Method in class com.amazonaws.services.codecommit.model.Commit
The parent list for the specified commit.
setPath(String) - Method in class com.amazonaws.services.codecommit.model.BlobMetadata
The path to the blob and any associated file name, if any.
setRegion(Region) - Method in class com.amazonaws.services.codecommit.AbstractAWSCodeCommit
 
setRegion(Region) - Method in interface com.amazonaws.services.codecommit.AWSCodeCommit
Deprecated.
use AwsClientBuilder#setRegion(String)
setRepositories(Collection<RepositoryMetadata>) - Method in class com.amazonaws.services.codecommit.model.BatchGetRepositoriesResult
A list of repositories returned by the batch get repositories operation.
setRepositories(Collection<RepositoryNameIdPair>) - Method in class com.amazonaws.services.codecommit.model.ListRepositoriesResult
Lists the repositories called by the list repositories operation.
setRepositoriesNotFound(Collection<String>) - Method in class com.amazonaws.services.codecommit.model.BatchGetRepositoriesResult
Returns a list of repository names for which information could not be found.
setRepositoryDescription(String) - Method in class com.amazonaws.services.codecommit.model.CreateRepositoryRequest
A comment or description about the new repository.
setRepositoryDescription(String) - Method in class com.amazonaws.services.codecommit.model.RepositoryMetadata
A comment or description about the repository.
setRepositoryDescription(String) - Method in class com.amazonaws.services.codecommit.model.UpdateRepositoryDescriptionRequest
The new comment or description for the specified repository.
setRepositoryId(String) - Method in class com.amazonaws.services.codecommit.model.DeleteRepositoryResult
The ID of the repository that was deleted.
setRepositoryId(String) - Method in class com.amazonaws.services.codecommit.model.RepositoryMetadata
The ID of the repository.
setRepositoryId(String) - Method in class com.amazonaws.services.codecommit.model.RepositoryNameIdPair
The ID associated with the repository.
setRepositoryMetadata(RepositoryMetadata) - Method in class com.amazonaws.services.codecommit.model.CreateRepositoryResult
Information about the newly created repository.
setRepositoryMetadata(RepositoryMetadata) - Method in class com.amazonaws.services.codecommit.model.GetRepositoryResult
Information about the repository.
setRepositoryName(String) - Method in class com.amazonaws.services.codecommit.model.CreateBranchRequest
The name of the repository in which you want to create the new branch.
setRepositoryName(String) - Method in class com.amazonaws.services.codecommit.model.CreateRepositoryRequest
The name of the new repository to be created.
setRepositoryName(String) - Method in class com.amazonaws.services.codecommit.model.DeleteRepositoryRequest
The name of the repository to delete.
setRepositoryName(String) - Method in class com.amazonaws.services.codecommit.model.GetBlobRequest
The name of the repository that contains the blob.
setRepositoryName(String) - Method in class com.amazonaws.services.codecommit.model.GetBranchRequest
The name of the repository that contains the branch for which you want to retrieve information.
setRepositoryName(String) - Method in class com.amazonaws.services.codecommit.model.GetCommitRequest
The name of the repository to which the commit was made.
setRepositoryName(String) - Method in class com.amazonaws.services.codecommit.model.GetDifferencesRequest
The name of the repository where you want to get differences.
setRepositoryName(String) - Method in class com.amazonaws.services.codecommit.model.GetRepositoryRequest
The name of the repository to get information about.
setRepositoryName(String) - Method in class com.amazonaws.services.codecommit.model.GetRepositoryTriggersRequest
The name of the repository for which the trigger is configured.
setRepositoryName(String) - Method in class com.amazonaws.services.codecommit.model.ListBranchesRequest
The name of the repository that contains the branches.
setRepositoryName(String) - Method in class com.amazonaws.services.codecommit.model.PutRepositoryTriggersRequest
The name of the repository where you want to create or update the trigger.
setRepositoryName(String) - Method in class com.amazonaws.services.codecommit.model.RepositoryMetadata
The repository's name.
setRepositoryName(String) - Method in class com.amazonaws.services.codecommit.model.RepositoryNameIdPair
The name associated with the repository.
setRepositoryName(String) - Method in class com.amazonaws.services.codecommit.model.TestRepositoryTriggersRequest
The name of the repository in which to test the triggers.
setRepositoryName(String) - Method in class com.amazonaws.services.codecommit.model.UpdateDefaultBranchRequest
The name of the repository to set or change the default branch for.
setRepositoryName(String) - Method in class com.amazonaws.services.codecommit.model.UpdateRepositoryDescriptionRequest
The name of the repository to set or change the comment or description for.
setRepositoryNames(Collection<String>) - Method in class com.amazonaws.services.codecommit.model.BatchGetRepositoriesRequest
The names of the repositories to get information about.
setSortBy(String) - Method in class com.amazonaws.services.codecommit.model.ListRepositoriesRequest
The criteria used to sort the results of a list repositories operation.
setSortBy(SortByEnum) - Method in class com.amazonaws.services.codecommit.model.ListRepositoriesRequest
The criteria used to sort the results of a list repositories operation.
setSuccessfulExecutions(Collection<String>) - Method in class com.amazonaws.services.codecommit.model.TestRepositoryTriggersResult
The list of triggers that were successfully tested.
setTreeId(String) - Method in class com.amazonaws.services.codecommit.model.Commit
Tree information for the specified commit.
setTrigger(String) - Method in class com.amazonaws.services.codecommit.model.RepositoryTriggerExecutionFailure
The name of the trigger that did not run.
setTriggers(Collection<RepositoryTrigger>) - Method in class com.amazonaws.services.codecommit.model.GetRepositoryTriggersResult
The JSON block of configuration information for each trigger.
setTriggers(Collection<RepositoryTrigger>) - Method in class com.amazonaws.services.codecommit.model.PutRepositoryTriggersRequest
The JSON block of configuration information for each trigger.
setTriggers(Collection<RepositoryTrigger>) - Method in class com.amazonaws.services.codecommit.model.TestRepositoryTriggersRequest
The list of triggers to test.
shutdown() - Method in class com.amazonaws.services.codecommit.AbstractAWSCodeCommit
 
shutdown() - Method in interface com.amazonaws.services.codecommit.AWSCodeCommit
Shuts down this client object, releasing any resources that might be held open.
shutdown() - Method in class com.amazonaws.services.codecommit.AWSCodeCommitAsyncClient
Shuts down the client, releasing all managed resources.
SortByEnum - Enum in com.amazonaws.services.codecommit.model
 
standard() - Static method in class com.amazonaws.services.codecommit.AWSCodeCommitAsyncClientBuilder
 
standard() - Static method in class com.amazonaws.services.codecommit.AWSCodeCommitClientBuilder
 

T

testRepositoryTriggers(TestRepositoryTriggersRequest) - Method in class com.amazonaws.services.codecommit.AbstractAWSCodeCommit
 
testRepositoryTriggers(TestRepositoryTriggersRequest) - Method in interface com.amazonaws.services.codecommit.AWSCodeCommit
Tests the functionality of repository triggers by sending information to the trigger target.
testRepositoryTriggers(TestRepositoryTriggersRequest) - Method in class com.amazonaws.services.codecommit.AWSCodeCommitClient
Tests the functionality of repository triggers by sending information to the trigger target.
testRepositoryTriggersAsync(TestRepositoryTriggersRequest) - Method in class com.amazonaws.services.codecommit.AbstractAWSCodeCommitAsync
 
testRepositoryTriggersAsync(TestRepositoryTriggersRequest, AsyncHandler<TestRepositoryTriggersRequest, TestRepositoryTriggersResult>) - Method in class com.amazonaws.services.codecommit.AbstractAWSCodeCommitAsync
 
testRepositoryTriggersAsync(TestRepositoryTriggersRequest) - Method in interface com.amazonaws.services.codecommit.AWSCodeCommitAsync
Tests the functionality of repository triggers by sending information to the trigger target.
testRepositoryTriggersAsync(TestRepositoryTriggersRequest, AsyncHandler<TestRepositoryTriggersRequest, TestRepositoryTriggersResult>) - Method in interface com.amazonaws.services.codecommit.AWSCodeCommitAsync
Tests the functionality of repository triggers by sending information to the trigger target.
testRepositoryTriggersAsync(TestRepositoryTriggersRequest) - Method in class com.amazonaws.services.codecommit.AWSCodeCommitAsyncClient
 
testRepositoryTriggersAsync(TestRepositoryTriggersRequest, AsyncHandler<TestRepositoryTriggersRequest, TestRepositoryTriggersResult>) - Method in class com.amazonaws.services.codecommit.AWSCodeCommitAsyncClient
 
TestRepositoryTriggersRequest - Class in com.amazonaws.services.codecommit.model
Represents the input of a test repository triggers operation.
TestRepositoryTriggersRequest() - Constructor for class com.amazonaws.services.codecommit.model.TestRepositoryTriggersRequest
 
TestRepositoryTriggersResult - Class in com.amazonaws.services.codecommit.model
Represents the output of a test repository triggers operation.
TestRepositoryTriggersResult() - Constructor for class com.amazonaws.services.codecommit.model.TestRepositoryTriggersResult
 
toString() - Method in class com.amazonaws.services.codecommit.model.BatchGetRepositoriesRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.codecommit.model.BatchGetRepositoriesResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.codecommit.model.BlobMetadata
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.codecommit.model.BranchInfo
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in enum com.amazonaws.services.codecommit.model.ChangeTypeEnum
 
toString() - Method in class com.amazonaws.services.codecommit.model.Commit
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.codecommit.model.CreateBranchRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.codecommit.model.CreateBranchResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.codecommit.model.CreateRepositoryRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.codecommit.model.CreateRepositoryResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.codecommit.model.DeleteRepositoryRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.codecommit.model.DeleteRepositoryResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.codecommit.model.Difference
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.codecommit.model.GetBlobRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.codecommit.model.GetBlobResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.codecommit.model.GetBranchRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.codecommit.model.GetBranchResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.codecommit.model.GetCommitRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.codecommit.model.GetCommitResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.codecommit.model.GetDifferencesRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.codecommit.model.GetDifferencesResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.codecommit.model.GetRepositoryRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.codecommit.model.GetRepositoryResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.codecommit.model.GetRepositoryTriggersRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.codecommit.model.GetRepositoryTriggersResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.codecommit.model.ListBranchesRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.codecommit.model.ListBranchesResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.codecommit.model.ListRepositoriesRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.codecommit.model.ListRepositoriesResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in enum com.amazonaws.services.codecommit.model.OrderEnum
 
toString() - Method in class com.amazonaws.services.codecommit.model.PutRepositoryTriggersRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.codecommit.model.PutRepositoryTriggersResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.codecommit.model.RepositoryMetadata
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.codecommit.model.RepositoryNameIdPair
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.codecommit.model.RepositoryTrigger
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in enum com.amazonaws.services.codecommit.model.RepositoryTriggerEventEnum
 
toString() - Method in class com.amazonaws.services.codecommit.model.RepositoryTriggerExecutionFailure
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in enum com.amazonaws.services.codecommit.model.SortByEnum
 
toString() - Method in class com.amazonaws.services.codecommit.model.TestRepositoryTriggersRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.codecommit.model.TestRepositoryTriggersResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.codecommit.model.UpdateDefaultBranchRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.codecommit.model.UpdateDefaultBranchResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.codecommit.model.UpdateRepositoryDescriptionRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.codecommit.model.UpdateRepositoryDescriptionResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.codecommit.model.UpdateRepositoryNameRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.codecommit.model.UpdateRepositoryNameResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.codecommit.model.UserInfo
Returns a string representation of this object; useful for testing and debugging.

U

updateDefaultBranch(UpdateDefaultBranchRequest) - Method in class com.amazonaws.services.codecommit.AbstractAWSCodeCommit
 
updateDefaultBranch(UpdateDefaultBranchRequest) - Method in interface com.amazonaws.services.codecommit.AWSCodeCommit
Sets or changes the default branch name for the specified repository.
updateDefaultBranch(UpdateDefaultBranchRequest) - Method in class com.amazonaws.services.codecommit.AWSCodeCommitClient
Sets or changes the default branch name for the specified repository.
updateDefaultBranchAsync(UpdateDefaultBranchRequest) - Method in class com.amazonaws.services.codecommit.AbstractAWSCodeCommitAsync
 
updateDefaultBranchAsync(UpdateDefaultBranchRequest, AsyncHandler<UpdateDefaultBranchRequest, UpdateDefaultBranchResult>) - Method in class com.amazonaws.services.codecommit.AbstractAWSCodeCommitAsync
 
updateDefaultBranchAsync(UpdateDefaultBranchRequest) - Method in interface com.amazonaws.services.codecommit.AWSCodeCommitAsync
Sets or changes the default branch name for the specified repository.
updateDefaultBranchAsync(UpdateDefaultBranchRequest, AsyncHandler<UpdateDefaultBranchRequest, UpdateDefaultBranchResult>) - Method in interface com.amazonaws.services.codecommit.AWSCodeCommitAsync
Sets or changes the default branch name for the specified repository.
updateDefaultBranchAsync(UpdateDefaultBranchRequest) - Method in class com.amazonaws.services.codecommit.AWSCodeCommitAsyncClient
 
updateDefaultBranchAsync(UpdateDefaultBranchRequest, AsyncHandler<UpdateDefaultBranchRequest, UpdateDefaultBranchResult>) - Method in class com.amazonaws.services.codecommit.AWSCodeCommitAsyncClient
 
UpdateDefaultBranchRequest - Class in com.amazonaws.services.codecommit.model
Represents the input of an update default branch operation.
UpdateDefaultBranchRequest() - Constructor for class com.amazonaws.services.codecommit.model.UpdateDefaultBranchRequest
 
UpdateDefaultBranchResult - Class in com.amazonaws.services.codecommit.model
 
UpdateDefaultBranchResult() - Constructor for class com.amazonaws.services.codecommit.model.UpdateDefaultBranchResult
 
updateRepositoryDescription(UpdateRepositoryDescriptionRequest) - Method in class com.amazonaws.services.codecommit.AbstractAWSCodeCommit
 
updateRepositoryDescription(UpdateRepositoryDescriptionRequest) - Method in interface com.amazonaws.services.codecommit.AWSCodeCommit
Sets or changes the comment or description for a repository.
updateRepositoryDescription(UpdateRepositoryDescriptionRequest) - Method in class com.amazonaws.services.codecommit.AWSCodeCommitClient
Sets or changes the comment or description for a repository.
updateRepositoryDescriptionAsync(UpdateRepositoryDescriptionRequest) - Method in class com.amazonaws.services.codecommit.AbstractAWSCodeCommitAsync
 
updateRepositoryDescriptionAsync(UpdateRepositoryDescriptionRequest, AsyncHandler<UpdateRepositoryDescriptionRequest, UpdateRepositoryDescriptionResult>) - Method in class com.amazonaws.services.codecommit.AbstractAWSCodeCommitAsync
 
updateRepositoryDescriptionAsync(UpdateRepositoryDescriptionRequest) - Method in interface com.amazonaws.services.codecommit.AWSCodeCommitAsync
Sets or changes the comment or description for a repository.
updateRepositoryDescriptionAsync(UpdateRepositoryDescriptionRequest, AsyncHandler<UpdateRepositoryDescriptionRequest, UpdateRepositoryDescriptionResult>) - Method in interface com.amazonaws.services.codecommit.AWSCodeCommitAsync
Sets or changes the comment or description for a repository.
updateRepositoryDescriptionAsync(UpdateRepositoryDescriptionRequest) - Method in class com.amazonaws.services.codecommit.AWSCodeCommitAsyncClient
 
updateRepositoryDescriptionAsync(UpdateRepositoryDescriptionRequest, AsyncHandler<UpdateRepositoryDescriptionRequest, UpdateRepositoryDescriptionResult>) - Method in class com.amazonaws.services.codecommit.AWSCodeCommitAsyncClient
 
UpdateRepositoryDescriptionRequest - Class in com.amazonaws.services.codecommit.model
Represents the input of an update repository description operation.
UpdateRepositoryDescriptionRequest() - Constructor for class com.amazonaws.services.codecommit.model.UpdateRepositoryDescriptionRequest
 
UpdateRepositoryDescriptionResult - Class in com.amazonaws.services.codecommit.model
 
UpdateRepositoryDescriptionResult() - Constructor for class com.amazonaws.services.codecommit.model.UpdateRepositoryDescriptionResult
 
updateRepositoryName(UpdateRepositoryNameRequest) - Method in class com.amazonaws.services.codecommit.AbstractAWSCodeCommit
 
updateRepositoryName(UpdateRepositoryNameRequest) - Method in interface com.amazonaws.services.codecommit.AWSCodeCommit
Renames a repository.
updateRepositoryName(UpdateRepositoryNameRequest) - Method in class com.amazonaws.services.codecommit.AWSCodeCommitClient
Renames a repository.
updateRepositoryNameAsync(UpdateRepositoryNameRequest) - Method in class com.amazonaws.services.codecommit.AbstractAWSCodeCommitAsync
 
updateRepositoryNameAsync(UpdateRepositoryNameRequest, AsyncHandler<UpdateRepositoryNameRequest, UpdateRepositoryNameResult>) - Method in class com.amazonaws.services.codecommit.AbstractAWSCodeCommitAsync
 
updateRepositoryNameAsync(UpdateRepositoryNameRequest) - Method in interface com.amazonaws.services.codecommit.AWSCodeCommitAsync
Renames a repository.
updateRepositoryNameAsync(UpdateRepositoryNameRequest, AsyncHandler<UpdateRepositoryNameRequest, UpdateRepositoryNameResult>) - Method in interface com.amazonaws.services.codecommit.AWSCodeCommitAsync
Renames a repository.
updateRepositoryNameAsync(UpdateRepositoryNameRequest) - Method in class com.amazonaws.services.codecommit.AWSCodeCommitAsyncClient
 
updateRepositoryNameAsync(UpdateRepositoryNameRequest, AsyncHandler<UpdateRepositoryNameRequest, UpdateRepositoryNameResult>) - Method in class com.amazonaws.services.codecommit.AWSCodeCommitAsyncClient
 
UpdateRepositoryNameRequest - Class in com.amazonaws.services.codecommit.model
Represents the input of an update repository description operation.
UpdateRepositoryNameRequest() - Constructor for class com.amazonaws.services.codecommit.model.UpdateRepositoryNameRequest
 
UpdateRepositoryNameResult - Class in com.amazonaws.services.codecommit.model
 
UpdateRepositoryNameResult() - Constructor for class com.amazonaws.services.codecommit.model.UpdateRepositoryNameResult
 
UserInfo - Class in com.amazonaws.services.codecommit.model
Information about the user who made a specified commit.
UserInfo() - Constructor for class com.amazonaws.services.codecommit.model.UserInfo
 

V

valueOf(String) - Static method in enum com.amazonaws.auth.policy.actions.CodecommitActions
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.codecommit.model.ChangeTypeEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.codecommit.model.OrderEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.codecommit.model.RepositoryTriggerEventEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.codecommit.model.SortByEnum
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.amazonaws.auth.policy.actions.CodecommitActions
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.codecommit.model.ChangeTypeEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.codecommit.model.OrderEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.codecommit.model.RepositoryTriggerEventEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.codecommit.model.SortByEnum
Returns an array containing the constants of this enum type, in the order they are declared.

W

withAccountId(String) - Method in class com.amazonaws.services.codecommit.model.RepositoryMetadata
The ID of the AWS account associated with the repository.
withAdditionalData(String) - Method in class com.amazonaws.services.codecommit.model.Commit
Any additional data associated with the specified commit.
withAfterBlob(BlobMetadata) - Method in class com.amazonaws.services.codecommit.model.Difference
Information about an afterBlob data type object, including the ID, the file mode permission code, and the path.
withAfterCommitSpecifier(String) - Method in class com.amazonaws.services.codecommit.model.GetDifferencesRequest
The branch, tag, HEAD, or other fully qualified reference used to identify a commit.
withAfterPath(String) - Method in class com.amazonaws.services.codecommit.model.GetDifferencesRequest
The file path in which to check differences.
withArn(String) - Method in class com.amazonaws.services.codecommit.model.RepositoryMetadata
The Amazon Resource Name (ARN) of the repository.
withAuthor(UserInfo) - Method in class com.amazonaws.services.codecommit.model.Commit
Information about the author of the specified commit.
withBeforeBlob(BlobMetadata) - Method in class com.amazonaws.services.codecommit.model.Difference
Information about a beforeBlob data type object, including the ID, the file mode permission code, and the path.
withBeforeCommitSpecifier(String) - Method in class com.amazonaws.services.codecommit.model.GetDifferencesRequest
The branch, tag, HEAD, or other fully qualified reference used to identify a commit.
withBeforePath(String) - Method in class com.amazonaws.services.codecommit.model.GetDifferencesRequest
The file path in which to check for differences.
withBlobId(String) - Method in class com.amazonaws.services.codecommit.model.BlobMetadata
The full ID of the blob.
withBlobId(String) - Method in class com.amazonaws.services.codecommit.model.GetBlobRequest
The ID of the blob, which is its SHA-1 pointer.
withBranch(BranchInfo) - Method in class com.amazonaws.services.codecommit.model.GetBranchResult
The name of the branch.
withBranches(String...) - Method in class com.amazonaws.services.codecommit.model.ListBranchesResult
The list of branch names.
withBranches(Collection<String>) - Method in class com.amazonaws.services.codecommit.model.ListBranchesResult
The list of branch names.
withBranches(String...) - Method in class com.amazonaws.services.codecommit.model.RepositoryTrigger
The branches that will be included in the trigger configuration.
withBranches(Collection<String>) - Method in class com.amazonaws.services.codecommit.model.RepositoryTrigger
The branches that will be included in the trigger configuration.
withBranchName(String) - Method in class com.amazonaws.services.codecommit.model.BranchInfo
The name of the branch.
withBranchName(String) - Method in class com.amazonaws.services.codecommit.model.CreateBranchRequest
The name of the new branch to create.
withBranchName(String) - Method in class com.amazonaws.services.codecommit.model.GetBranchRequest
The name of the branch for which you want to retrieve information.
withChangeType(String) - Method in class com.amazonaws.services.codecommit.model.Difference
Whether the change type of the difference is an addition (A), deletion (D), or modification (M).
withChangeType(ChangeTypeEnum) - Method in class com.amazonaws.services.codecommit.model.Difference
Whether the change type of the difference is an addition (A), deletion (D), or modification (M).
withCloneUrlHttp(String) - Method in class com.amazonaws.services.codecommit.model.RepositoryMetadata
The URL to use for cloning the repository over HTTPS.
withCloneUrlSsh(String) - Method in class com.amazonaws.services.codecommit.model.RepositoryMetadata
The URL to use for cloning the repository over SSH.
withCommit(Commit) - Method in class com.amazonaws.services.codecommit.model.GetCommitResult
A commit data type object that contains information about the specified commit.
withCommitId(String) - Method in class com.amazonaws.services.codecommit.model.BranchInfo
The ID of the last commit made to the branch.
withCommitId(String) - Method in class com.amazonaws.services.codecommit.model.CreateBranchRequest
The ID of the commit to point the new branch to.
withCommitId(String) - Method in class com.amazonaws.services.codecommit.model.GetCommitRequest
The commit ID.
withCommitter(UserInfo) - Method in class com.amazonaws.services.codecommit.model.Commit
Information about the person who committed the specified commit, also known as the committer.
withConfigurationId(String) - Method in class com.amazonaws.services.codecommit.model.GetRepositoryTriggersResult
The system-generated unique ID for the trigger.
withConfigurationId(String) - Method in class com.amazonaws.services.codecommit.model.PutRepositoryTriggersResult
The system-generated unique ID for the create or update operation.
withContent(ByteBuffer) - Method in class com.amazonaws.services.codecommit.model.GetBlobResult
The content of the blob, usually a file.
withCreationDate(Date) - Method in class com.amazonaws.services.codecommit.model.RepositoryMetadata
The date and time the repository was created, in timestamp format.
withCustomData(String) - Method in class com.amazonaws.services.codecommit.model.RepositoryTrigger
Any custom data associated with the trigger that will be included in the information sent to the target of the trigger.
withDate(String) - Method in class com.amazonaws.services.codecommit.model.UserInfo
The date when the specified commit was pushed to the repository.
withDefaultBranch(String) - Method in class com.amazonaws.services.codecommit.model.RepositoryMetadata
The repository's default branch name.
withDefaultBranchName(String) - Method in class com.amazonaws.services.codecommit.model.UpdateDefaultBranchRequest
The name of the branch to set as the default.
withDestinationArn(String) - Method in class com.amazonaws.services.codecommit.model.RepositoryTrigger
The ARN of the resource that is the target for a trigger.
withDifferences(Difference...) - Method in class com.amazonaws.services.codecommit.model.GetDifferencesResult
A differences data type object that contains information about the differences, including whether the difference is added, modified, or deleted (A, D, M).
withDifferences(Collection<Difference>) - Method in class com.amazonaws.services.codecommit.model.GetDifferencesResult
A differences data type object that contains information about the differences, including whether the difference is added, modified, or deleted (A, D, M).
withEmail(String) - Method in class com.amazonaws.services.codecommit.model.UserInfo
The email address associated with the user who made the commit, if any.
withEvents(String...) - Method in class com.amazonaws.services.codecommit.model.RepositoryTrigger
The repository events that will cause the trigger to run actions in another service, such as sending a notification through Amazon Simple Notification Service (SNS).
withEvents(Collection<String>) - Method in class com.amazonaws.services.codecommit.model.RepositoryTrigger
The repository events that will cause the trigger to run actions in another service, such as sending a notification through Amazon Simple Notification Service (SNS).
withEvents(RepositoryTriggerEventEnum...) - Method in class com.amazonaws.services.codecommit.model.RepositoryTrigger
The repository events that will cause the trigger to run actions in another service, such as sending a notification through Amazon Simple Notification Service (SNS).
withFailedExecutions(RepositoryTriggerExecutionFailure...) - Method in class com.amazonaws.services.codecommit.model.TestRepositoryTriggersResult
The list of triggers that were not able to be tested.
withFailedExecutions(Collection<RepositoryTriggerExecutionFailure>) - Method in class com.amazonaws.services.codecommit.model.TestRepositoryTriggersResult
The list of triggers that were not able to be tested.
withFailureMessage(String) - Method in class com.amazonaws.services.codecommit.model.RepositoryTriggerExecutionFailure
Additional message information about the trigger that did not run.
withLastModifiedDate(Date) - Method in class com.amazonaws.services.codecommit.model.RepositoryMetadata
The date and time the repository was last modified, in timestamp format.
withMaxResults(Integer) - Method in class com.amazonaws.services.codecommit.model.GetDifferencesRequest
A non-negative integer used to limit the number of returned results.
withMessage(String) - Method in class com.amazonaws.services.codecommit.model.Commit
The commit message associated with the specified commit.
withMode(String) - Method in class com.amazonaws.services.codecommit.model.BlobMetadata
The file mode permissions of the blob.
withName(String) - Method in class com.amazonaws.services.codecommit.model.RepositoryTrigger
The name of the trigger.
withName(String) - Method in class com.amazonaws.services.codecommit.model.UserInfo
The name of the user who made the specified commit.
withNewName(String) - Method in class com.amazonaws.services.codecommit.model.UpdateRepositoryNameRequest
The new name for the repository.
withNextToken(String) - Method in class com.amazonaws.services.codecommit.model.GetDifferencesRequest
An enumeration token that when provided in a request, returns the next batch of the results.
withNextToken(String) - Method in class com.amazonaws.services.codecommit.model.GetDifferencesResult
An enumeration token that can be used in a request to return the next batch of the results.
withNextToken(String) - Method in class com.amazonaws.services.codecommit.model.ListBranchesRequest
An enumeration token that allows the operation to batch the results.
withNextToken(String) - Method in class com.amazonaws.services.codecommit.model.ListBranchesResult
An enumeration token that returns the batch of the results.
withNextToken(String) - Method in class com.amazonaws.services.codecommit.model.ListRepositoriesRequest
An enumeration token that allows the operation to batch the results of the operation.
withNextToken(String) - Method in class com.amazonaws.services.codecommit.model.ListRepositoriesResult
An enumeration token that allows the operation to batch the results of the operation.
withOldName(String) - Method in class com.amazonaws.services.codecommit.model.UpdateRepositoryNameRequest
The existing name of the repository.
withOrder(String) - Method in class com.amazonaws.services.codecommit.model.ListRepositoriesRequest
The order in which to sort the results of a list repositories operation.
withOrder(OrderEnum) - Method in class com.amazonaws.services.codecommit.model.ListRepositoriesRequest
The order in which to sort the results of a list repositories operation.
withParents(String...) - Method in class com.amazonaws.services.codecommit.model.Commit
The parent list for the specified commit.
withParents(Collection<String>) - Method in class com.amazonaws.services.codecommit.model.Commit
The parent list for the specified commit.
withPath(String) - Method in class com.amazonaws.services.codecommit.model.BlobMetadata
The path to the blob and any associated file name, if any.
withRepositories(RepositoryMetadata...) - Method in class com.amazonaws.services.codecommit.model.BatchGetRepositoriesResult
A list of repositories returned by the batch get repositories operation.
withRepositories(Collection<RepositoryMetadata>) - Method in class com.amazonaws.services.codecommit.model.BatchGetRepositoriesResult
A list of repositories returned by the batch get repositories operation.
withRepositories(RepositoryNameIdPair...) - Method in class com.amazonaws.services.codecommit.model.ListRepositoriesResult
Lists the repositories called by the list repositories operation.
withRepositories(Collection<RepositoryNameIdPair>) - Method in class com.amazonaws.services.codecommit.model.ListRepositoriesResult
Lists the repositories called by the list repositories operation.
withRepositoriesNotFound(String...) - Method in class com.amazonaws.services.codecommit.model.BatchGetRepositoriesResult
Returns a list of repository names for which information could not be found.
withRepositoriesNotFound(Collection<String>) - Method in class com.amazonaws.services.codecommit.model.BatchGetRepositoriesResult
Returns a list of repository names for which information could not be found.
withRepositoryDescription(String) - Method in class com.amazonaws.services.codecommit.model.CreateRepositoryRequest
A comment or description about the new repository.
withRepositoryDescription(String) - Method in class com.amazonaws.services.codecommit.model.RepositoryMetadata
A comment or description about the repository.
withRepositoryDescription(String) - Method in class com.amazonaws.services.codecommit.model.UpdateRepositoryDescriptionRequest
The new comment or description for the specified repository.
withRepositoryId(String) - Method in class com.amazonaws.services.codecommit.model.DeleteRepositoryResult
The ID of the repository that was deleted.
withRepositoryId(String) - Method in class com.amazonaws.services.codecommit.model.RepositoryMetadata
The ID of the repository.
withRepositoryId(String) - Method in class com.amazonaws.services.codecommit.model.RepositoryNameIdPair
The ID associated with the repository.
withRepositoryMetadata(RepositoryMetadata) - Method in class com.amazonaws.services.codecommit.model.CreateRepositoryResult
Information about the newly created repository.
withRepositoryMetadata(RepositoryMetadata) - Method in class com.amazonaws.services.codecommit.model.GetRepositoryResult
Information about the repository.
withRepositoryName(String) - Method in class com.amazonaws.services.codecommit.model.CreateBranchRequest
The name of the repository in which you want to create the new branch.
withRepositoryName(String) - Method in class com.amazonaws.services.codecommit.model.CreateRepositoryRequest
The name of the new repository to be created.
withRepositoryName(String) - Method in class com.amazonaws.services.codecommit.model.DeleteRepositoryRequest
The name of the repository to delete.
withRepositoryName(String) - Method in class com.amazonaws.services.codecommit.model.GetBlobRequest
The name of the repository that contains the blob.
withRepositoryName(String) - Method in class com.amazonaws.services.codecommit.model.GetBranchRequest
The name of the repository that contains the branch for which you want to retrieve information.
withRepositoryName(String) - Method in class com.amazonaws.services.codecommit.model.GetCommitRequest
The name of the repository to which the commit was made.
withRepositoryName(String) - Method in class com.amazonaws.services.codecommit.model.GetDifferencesRequest
The name of the repository where you want to get differences.
withRepositoryName(String) - Method in class com.amazonaws.services.codecommit.model.GetRepositoryRequest
The name of the repository to get information about.
withRepositoryName(String) - Method in class com.amazonaws.services.codecommit.model.GetRepositoryTriggersRequest
The name of the repository for which the trigger is configured.
withRepositoryName(String) - Method in class com.amazonaws.services.codecommit.model.ListBranchesRequest
The name of the repository that contains the branches.
withRepositoryName(String) - Method in class com.amazonaws.services.codecommit.model.PutRepositoryTriggersRequest
The name of the repository where you want to create or update the trigger.
withRepositoryName(String) - Method in class com.amazonaws.services.codecommit.model.RepositoryMetadata
The repository's name.
withRepositoryName(String) - Method in class com.amazonaws.services.codecommit.model.RepositoryNameIdPair
The name associated with the repository.
withRepositoryName(String) - Method in class com.amazonaws.services.codecommit.model.TestRepositoryTriggersRequest
The name of the repository in which to test the triggers.
withRepositoryName(String) - Method in class com.amazonaws.services.codecommit.model.UpdateDefaultBranchRequest
The name of the repository to set or change the default branch for.
withRepositoryName(String) - Method in class com.amazonaws.services.codecommit.model.UpdateRepositoryDescriptionRequest
The name of the repository to set or change the comment or description for.
withRepositoryNames(String...) - Method in class com.amazonaws.services.codecommit.model.BatchGetRepositoriesRequest
The names of the repositories to get information about.
withRepositoryNames(Collection<String>) - Method in class com.amazonaws.services.codecommit.model.BatchGetRepositoriesRequest
The names of the repositories to get information about.
withSortBy(String) - Method in class com.amazonaws.services.codecommit.model.ListRepositoriesRequest
The criteria used to sort the results of a list repositories operation.
withSortBy(SortByEnum) - Method in class com.amazonaws.services.codecommit.model.ListRepositoriesRequest
The criteria used to sort the results of a list repositories operation.
withSuccessfulExecutions(String...) - Method in class com.amazonaws.services.codecommit.model.TestRepositoryTriggersResult
The list of triggers that were successfully tested.
withSuccessfulExecutions(Collection<String>) - Method in class com.amazonaws.services.codecommit.model.TestRepositoryTriggersResult
The list of triggers that were successfully tested.
withTreeId(String) - Method in class com.amazonaws.services.codecommit.model.Commit
Tree information for the specified commit.
withTrigger(String) - Method in class com.amazonaws.services.codecommit.model.RepositoryTriggerExecutionFailure
The name of the trigger that did not run.
withTriggers(RepositoryTrigger...) - Method in class com.amazonaws.services.codecommit.model.GetRepositoryTriggersResult
The JSON block of configuration information for each trigger.
withTriggers(Collection<RepositoryTrigger>) - Method in class com.amazonaws.services.codecommit.model.GetRepositoryTriggersResult
The JSON block of configuration information for each trigger.
withTriggers(RepositoryTrigger...) - Method in class com.amazonaws.services.codecommit.model.PutRepositoryTriggersRequest
The JSON block of configuration information for each trigger.
withTriggers(Collection<RepositoryTrigger>) - Method in class com.amazonaws.services.codecommit.model.PutRepositoryTriggersRequest
The JSON block of configuration information for each trigger.
withTriggers(RepositoryTrigger...) - Method in class com.amazonaws.services.codecommit.model.TestRepositoryTriggersRequest
The list of triggers to test.
withTriggers(Collection<RepositoryTrigger>) - Method in class com.amazonaws.services.codecommit.model.TestRepositoryTriggersRequest
The list of triggers to test.
A B C D E F G H I L M O P R S T U V W 
Skip navigation links

Copyright © 2017. All rights reserved.