Uses of Class
com.amazonaws.services.codecommit.model.RepositoryMetadata
Packages that use RepositoryMetadata
-
Uses of RepositoryMetadata in com.amazonaws.services.codecommit.model
Methods in com.amazonaws.services.codecommit.model that return RepositoryMetadataModifier and TypeMethodDescriptionRepositoryMetadata.clone()
CreateRepositoryResult.getRepositoryMetadata()
Information about the newly created repository.GetRepositoryResult.getRepositoryMetadata()
Information about the repository.RepositoryMetadata.withAccountId
(String accountId) The ID of the AWS account associated with the repository.The Amazon Resource Name (ARN) of the repository.RepositoryMetadata.withCloneUrlHttp
(String cloneUrlHttp) The URL to use for cloning the repository over HTTPS.RepositoryMetadata.withCloneUrlSsh
(String cloneUrlSsh) The URL to use for cloning the repository over SSH.RepositoryMetadata.withCreationDate
(Date creationDate) The date and time the repository was created, in timestamp format.RepositoryMetadata.withDefaultBranch
(String defaultBranch) The repository's default branch name.RepositoryMetadata.withLastModifiedDate
(Date lastModifiedDate) The date and time the repository was last modified, in timestamp format.RepositoryMetadata.withRepositoryDescription
(String repositoryDescription) A comment or description about the repository.RepositoryMetadata.withRepositoryId
(String repositoryId) The ID of the repository.RepositoryMetadata.withRepositoryName
(String repositoryName) The repository's name.Methods in com.amazonaws.services.codecommit.model that return types with arguments of type RepositoryMetadataModifier and TypeMethodDescriptionBatchGetRepositoriesResult.getRepositories()
A list of repositories returned by the batch get repositories operation.Methods in com.amazonaws.services.codecommit.model with parameters of type RepositoryMetadataModifier and TypeMethodDescriptionvoid
CreateRepositoryResult.setRepositoryMetadata
(RepositoryMetadata repositoryMetadata) Information about the newly created repository.void
GetRepositoryResult.setRepositoryMetadata
(RepositoryMetadata repositoryMetadata) Information about the repository.BatchGetRepositoriesResult.withRepositories
(RepositoryMetadata... repositories) A list of repositories returned by the batch get repositories operation.CreateRepositoryResult.withRepositoryMetadata
(RepositoryMetadata repositoryMetadata) Information about the newly created repository.GetRepositoryResult.withRepositoryMetadata
(RepositoryMetadata repositoryMetadata) Information about the repository.Method parameters in com.amazonaws.services.codecommit.model with type arguments of type RepositoryMetadataModifier and TypeMethodDescriptionvoid
BatchGetRepositoriesResult.setRepositories
(Collection<RepositoryMetadata> repositories) A list of repositories returned by the batch get repositories operation.BatchGetRepositoriesResult.withRepositories
(Collection<RepositoryMetadata> repositories) A list of repositories returned by the batch get repositories operation.