public class AWSCodeCommitAsyncClient extends AWSCodeCommitClient implements AWSCodeCommitAsync
AsyncHandler
can be used to receive
notification when an asynchronous operation completes.
This is the AWS CodeCommit API Reference. This reference provides descriptions of the operations and data types for AWS CodeCommit API.
You can use the AWS CodeCommit API to work with the following objects:
For information about how to use AWS CodeCommit, see the AWS CodeCommit User Guide.
Modifier and Type | Field and Description |
---|---|
private static int |
DEFAULT_THREAD_POOL_SIZE |
private java.util.concurrent.ExecutorService |
executorService |
configFactory
client, clientConfiguration, endpoint, LOGGING_AWS_REQUEST_METRIC, requestHandler2s, timeOffset
Constructor and Description |
---|
AWSCodeCommitAsyncClient()
Constructs a new asynchronous client to invoke service methods on
CodeCommit.
|
AWSCodeCommitAsyncClient(AWSCredentials awsCredentials)
Constructs a new asynchronous client to invoke service methods on
CodeCommit using the specified AWS account credentials.
|
AWSCodeCommitAsyncClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration,
java.util.concurrent.ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on
CodeCommit using the specified AWS account credentials, executor service,
and client configuration options.
|
AWSCodeCommitAsyncClient(AWSCredentials awsCredentials,
java.util.concurrent.ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on
CodeCommit using the specified AWS account credentials and executor
service.
|
AWSCodeCommitAsyncClient(AWSCredentialsProvider awsCredentialsProvider)
Constructs a new asynchronous client to invoke service methods on
CodeCommit using the specified AWS account credentials provider.
|
AWSCodeCommitAsyncClient(AWSCredentialsProvider awsCredentialsProvider,
ClientConfiguration clientConfiguration)
Constructs a new asynchronous client to invoke service methods on
CodeCommit using the provided AWS account credentials provider and client
configuration options.
|
AWSCodeCommitAsyncClient(AWSCredentialsProvider awsCredentialsProvider,
ClientConfiguration clientConfiguration,
java.util.concurrent.ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on
CodeCommit using the specified AWS account credentials provider, executor
service, and client configuration options.
|
AWSCodeCommitAsyncClient(AWSCredentialsProvider awsCredentialsProvider,
java.util.concurrent.ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on
CodeCommit using the specified AWS account credentials provider and
executor service.
|
AWSCodeCommitAsyncClient(ClientConfiguration clientConfiguration)
Constructs a new asynchronous client to invoke service methods on
CodeCommit.
|
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<BatchGetRepositoriesResult> |
batchGetRepositoriesAsync(BatchGetRepositoriesRequest request)
Returns information about one or more repositories.
|
java.util.concurrent.Future<BatchGetRepositoriesResult> |
batchGetRepositoriesAsync(BatchGetRepositoriesRequest request,
AsyncHandler<BatchGetRepositoriesRequest,BatchGetRepositoriesResult> asyncHandler)
Returns information about one or more repositories.
|
java.util.concurrent.Future<CreateBranchResult> |
createBranchAsync(CreateBranchRequest request)
Creates a new branch in a repository and points the branch to a commit.
|
java.util.concurrent.Future<CreateBranchResult> |
createBranchAsync(CreateBranchRequest request,
AsyncHandler<CreateBranchRequest,CreateBranchResult> asyncHandler)
Creates a new branch in a repository and points the branch to a commit.
|
java.util.concurrent.Future<CreateRepositoryResult> |
createRepositoryAsync(CreateRepositoryRequest request)
Creates a new, empty repository.
|
java.util.concurrent.Future<CreateRepositoryResult> |
createRepositoryAsync(CreateRepositoryRequest request,
AsyncHandler<CreateRepositoryRequest,CreateRepositoryResult> asyncHandler)
Creates a new, empty repository.
|
java.util.concurrent.Future<DeleteRepositoryResult> |
deleteRepositoryAsync(DeleteRepositoryRequest request)
Deletes a repository.
|
java.util.concurrent.Future<DeleteRepositoryResult> |
deleteRepositoryAsync(DeleteRepositoryRequest request,
AsyncHandler<DeleteRepositoryRequest,DeleteRepositoryResult> asyncHandler)
Deletes a repository.
|
java.util.concurrent.Future<GetBranchResult> |
getBranchAsync(GetBranchRequest request)
Returns information about a repository branch, including its name and the
last commit ID.
|
java.util.concurrent.Future<GetBranchResult> |
getBranchAsync(GetBranchRequest request,
AsyncHandler<GetBranchRequest,GetBranchResult> asyncHandler)
Returns information about a repository branch, including its name and the
last commit ID.
|
java.util.concurrent.Future<GetCommitResult> |
getCommitAsync(GetCommitRequest request)
Returns information about a commit, including commit message and
committer information.
|
java.util.concurrent.Future<GetCommitResult> |
getCommitAsync(GetCommitRequest request,
AsyncHandler<GetCommitRequest,GetCommitResult> asyncHandler)
Returns information about a commit, including commit message and
committer information.
|
java.util.concurrent.ExecutorService |
getExecutorService()
Returns the executor service used by this client to execute async
requests.
|
java.util.concurrent.Future<GetRepositoryResult> |
getRepositoryAsync(GetRepositoryRequest request)
Returns information about a repository.
|
java.util.concurrent.Future<GetRepositoryResult> |
getRepositoryAsync(GetRepositoryRequest request,
AsyncHandler<GetRepositoryRequest,GetRepositoryResult> asyncHandler)
Returns information about a repository.
|
java.util.concurrent.Future<GetRepositoryTriggersResult> |
getRepositoryTriggersAsync(GetRepositoryTriggersRequest request)
Gets information about triggers configured for a repository.
|
java.util.concurrent.Future<GetRepositoryTriggersResult> |
getRepositoryTriggersAsync(GetRepositoryTriggersRequest request,
AsyncHandler<GetRepositoryTriggersRequest,GetRepositoryTriggersResult> asyncHandler)
Gets information about triggers configured for a repository.
|
java.util.concurrent.Future<ListBranchesResult> |
listBranchesAsync(ListBranchesRequest request)
Gets information about one or more branches in a repository.
|
java.util.concurrent.Future<ListBranchesResult> |
listBranchesAsync(ListBranchesRequest request,
AsyncHandler<ListBranchesRequest,ListBranchesResult> asyncHandler)
Gets information about one or more branches in a repository.
|
java.util.concurrent.Future<ListRepositoriesResult> |
listRepositoriesAsync(ListRepositoriesRequest request)
Gets information about one or more repositories.
|
java.util.concurrent.Future<ListRepositoriesResult> |
listRepositoriesAsync(ListRepositoriesRequest request,
AsyncHandler<ListRepositoriesRequest,ListRepositoriesResult> asyncHandler)
Gets information about one or more repositories.
|
java.util.concurrent.Future<PutRepositoryTriggersResult> |
putRepositoryTriggersAsync(PutRepositoryTriggersRequest request)
Replaces all triggers for a repository.
|
java.util.concurrent.Future<PutRepositoryTriggersResult> |
putRepositoryTriggersAsync(PutRepositoryTriggersRequest request,
AsyncHandler<PutRepositoryTriggersRequest,PutRepositoryTriggersResult> asyncHandler)
Replaces all triggers for a repository.
|
void |
shutdown()
Shuts down the client, releasing all managed resources.
|
java.util.concurrent.Future<TestRepositoryTriggersResult> |
testRepositoryTriggersAsync(TestRepositoryTriggersRequest request)
Tests the functionality of repository triggers by sending information to
the trigger target.
|
java.util.concurrent.Future<TestRepositoryTriggersResult> |
testRepositoryTriggersAsync(TestRepositoryTriggersRequest request,
AsyncHandler<TestRepositoryTriggersRequest,TestRepositoryTriggersResult> asyncHandler)
Tests the functionality of repository triggers by sending information to
the trigger target.
|
java.util.concurrent.Future<UpdateDefaultBranchResult> |
updateDefaultBranchAsync(UpdateDefaultBranchRequest request)
Sets or changes the default branch name for the specified repository.
|
java.util.concurrent.Future<UpdateDefaultBranchResult> |
updateDefaultBranchAsync(UpdateDefaultBranchRequest request,
AsyncHandler<UpdateDefaultBranchRequest,UpdateDefaultBranchResult> asyncHandler)
Sets or changes the default branch name for the specified repository.
|
java.util.concurrent.Future<UpdateRepositoryDescriptionResult> |
updateRepositoryDescriptionAsync(UpdateRepositoryDescriptionRequest request)
Sets or changes the comment or description for a repository.
|
java.util.concurrent.Future<UpdateRepositoryDescriptionResult> |
updateRepositoryDescriptionAsync(UpdateRepositoryDescriptionRequest request,
AsyncHandler<UpdateRepositoryDescriptionRequest,UpdateRepositoryDescriptionResult> asyncHandler)
Sets or changes the comment or description for a repository.
|
java.util.concurrent.Future<UpdateRepositoryNameResult> |
updateRepositoryNameAsync(UpdateRepositoryNameRequest request)
Renames a repository.
|
java.util.concurrent.Future<UpdateRepositoryNameResult> |
updateRepositoryNameAsync(UpdateRepositoryNameRequest request,
AsyncHandler<UpdateRepositoryNameRequest,UpdateRepositoryNameResult> asyncHandler)
Renames a repository.
|
batchGetRepositories, createBranch, createRepository, deleteRepository, getBranch, getCachedResponseMetadata, getCommit, getRepository, getRepositoryTriggers, listBranches, listRepositories, putRepositoryTriggers, testRepositoryTriggers, updateDefaultBranch, updateRepositoryDescription, updateRepositoryName
addRequestHandler, addRequestHandler, beforeMarshalling, configureRegion, createExecutionContext, createExecutionContext, createExecutionContext, endClientExecution, endClientExecution, findRequestMetricCollector, getEndpointPrefix, getRequestMetricsCollector, getServiceAbbreviation, getServiceName, getServiceNameIntern, getSigner, getSignerByURI, getSignerRegionOverride, getTimeOffset, isProfilingEnabled, isRequestMetricsEnabled, removeRequestHandler, removeRequestHandler, requestMetricCollector, setEndpoint, setEndpointPrefix, setRegion, setServiceNameIntern, setSignerRegionOverride, setTimeOffset, withEndpoint, withRegion, withRegion, withTimeOffset
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
batchGetRepositories, createBranch, createRepository, deleteRepository, getBranch, getCachedResponseMetadata, getCommit, getRepository, getRepositoryTriggers, listBranches, listRepositories, putRepositoryTriggers, setEndpoint, setRegion, testRepositoryTriggers, updateDefaultBranch, updateRepositoryDescription, updateRepositoryName
private static final int DEFAULT_THREAD_POOL_SIZE
private final java.util.concurrent.ExecutorService executorService
public AWSCodeCommitAsyncClient()
Asynchronous methods are delegated to a fixed-size thread pool containing 50 threads (to match the default maximum number of concurrent connections to the service).
DefaultAWSCredentialsProviderChain
,
Executors.newFixedThreadPool(int)
public AWSCodeCommitAsyncClient(ClientConfiguration clientConfiguration)
Asynchronous methods are delegated to a fixed-size thread pool containing
a number of threads equal to the maximum number of concurrent connections
configured via ClientConfiguration.getMaxConnections()
.
clientConfiguration
- The client configuration options controlling how this client
connects to CodeCommit (ex: proxy settings, retry counts, etc).DefaultAWSCredentialsProviderChain
,
Executors.newFixedThreadPool(int)
public AWSCodeCommitAsyncClient(AWSCredentials awsCredentials)
Asynchronous methods are delegated to a fixed-size thread pool containing 50 threads (to match the default maximum number of concurrent connections to the service).
awsCredentials
- The AWS credentials (access key ID and secret key) to use when
authenticating with AWS services.Executors.newFixedThreadPool(int)
public AWSCodeCommitAsyncClient(AWSCredentials awsCredentials, java.util.concurrent.ExecutorService executorService)
awsCredentials
- The AWS credentials (access key ID and secret key) to use when
authenticating with AWS services.executorService
- The executor service by which all asynchronous requests will be
executed.public AWSCodeCommitAsyncClient(AWSCredentials awsCredentials, ClientConfiguration clientConfiguration, java.util.concurrent.ExecutorService executorService)
awsCredentials
- The AWS credentials (access key ID and secret key) to use when
authenticating with AWS services.clientConfiguration
- Client configuration options (ex: max retry limit, proxy settings,
etc).executorService
- The executor service by which all asynchronous requests will be
executed.public AWSCodeCommitAsyncClient(AWSCredentialsProvider awsCredentialsProvider)
Asynchronous methods are delegated to a fixed-size thread pool containing 50 threads (to match the default maximum number of concurrent connections to the service).
awsCredentialsProvider
- The AWS credentials provider which will provide credentials to
authenticate requests with AWS services.Executors.newFixedThreadPool(int)
public AWSCodeCommitAsyncClient(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration)
Asynchronous methods are delegated to a fixed-size thread pool containing
a number of threads equal to the maximum number of concurrent connections
configured via ClientConfiguration.getMaxConnections()
.
awsCredentialsProvider
- The AWS credentials provider which will provide credentials to
authenticate requests with AWS services.clientConfiguration
- Client configuration options (ex: max retry limit, proxy settings,
etc).DefaultAWSCredentialsProviderChain
,
Executors.newFixedThreadPool(int)
public AWSCodeCommitAsyncClient(AWSCredentialsProvider awsCredentialsProvider, java.util.concurrent.ExecutorService executorService)
awsCredentialsProvider
- The AWS credentials provider which will provide credentials to
authenticate requests with AWS services.executorService
- The executor service by which all asynchronous requests will be
executed.public AWSCodeCommitAsyncClient(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, java.util.concurrent.ExecutorService executorService)
awsCredentialsProvider
- The AWS credentials provider which will provide credentials to
authenticate requests with AWS services.clientConfiguration
- Client configuration options (ex: max retry limit, proxy settings,
etc).executorService
- The executor service by which all asynchronous requests will be
executed.public java.util.concurrent.ExecutorService getExecutorService()
public java.util.concurrent.Future<BatchGetRepositoriesResult> batchGetRepositoriesAsync(BatchGetRepositoriesRequest request)
AWSCodeCommitAsync
Returns information about one or more repositories.
The description field for a repository accepts all HTML characters and all valid Unicode characters. Applications that do not HTML-encode the description and display it in a web page could expose users to potentially malicious code. Make sure that you HTML-encode the description field in any application that uses this API to display the repository description on a web page.
batchGetRepositoriesAsync
in interface AWSCodeCommitAsync
request
- Represents the input of a batch get repositories operation.public java.util.concurrent.Future<BatchGetRepositoriesResult> batchGetRepositoriesAsync(BatchGetRepositoriesRequest request, AsyncHandler<BatchGetRepositoriesRequest,BatchGetRepositoriesResult> asyncHandler)
AWSCodeCommitAsync
Returns information about one or more repositories.
The description field for a repository accepts all HTML characters and all valid Unicode characters. Applications that do not HTML-encode the description and display it in a web page could expose users to potentially malicious code. Make sure that you HTML-encode the description field in any application that uses this API to display the repository description on a web page.
batchGetRepositoriesAsync
in interface AWSCodeCommitAsync
request
- Represents the input of a batch get repositories operation.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public java.util.concurrent.Future<CreateBranchResult> createBranchAsync(CreateBranchRequest request)
AWSCodeCommitAsync
Creates a new branch in a repository and points the branch to a commit.
Calling the create branch operation does not set a repository's default branch. To do this, call the update default branch operation.
createBranchAsync
in interface AWSCodeCommitAsync
request
- Represents the input of a create branch operation.public java.util.concurrent.Future<CreateBranchResult> createBranchAsync(CreateBranchRequest request, AsyncHandler<CreateBranchRequest,CreateBranchResult> asyncHandler)
AWSCodeCommitAsync
Creates a new branch in a repository and points the branch to a commit.
Calling the create branch operation does not set a repository's default branch. To do this, call the update default branch operation.
createBranchAsync
in interface AWSCodeCommitAsync
request
- Represents the input of a create branch operation.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public java.util.concurrent.Future<CreateRepositoryResult> createRepositoryAsync(CreateRepositoryRequest request)
AWSCodeCommitAsync
Creates a new, empty repository.
createRepositoryAsync
in interface AWSCodeCommitAsync
request
- Represents the input of a create repository operation.public java.util.concurrent.Future<CreateRepositoryResult> createRepositoryAsync(CreateRepositoryRequest request, AsyncHandler<CreateRepositoryRequest,CreateRepositoryResult> asyncHandler)
AWSCodeCommitAsync
Creates a new, empty repository.
createRepositoryAsync
in interface AWSCodeCommitAsync
request
- Represents the input of a create repository operation.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public java.util.concurrent.Future<DeleteRepositoryResult> deleteRepositoryAsync(DeleteRepositoryRequest request)
AWSCodeCommitAsync
Deletes a repository. If a specified repository was already deleted, a null repository ID will be returned.
deleteRepositoryAsync
in interface AWSCodeCommitAsync
request
- Represents the input of a delete repository operation.public java.util.concurrent.Future<DeleteRepositoryResult> deleteRepositoryAsync(DeleteRepositoryRequest request, AsyncHandler<DeleteRepositoryRequest,DeleteRepositoryResult> asyncHandler)
AWSCodeCommitAsync
Deletes a repository. If a specified repository was already deleted, a null repository ID will be returned.
deleteRepositoryAsync
in interface AWSCodeCommitAsync
request
- Represents the input of a delete repository operation.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public java.util.concurrent.Future<GetBranchResult> getBranchAsync(GetBranchRequest request)
AWSCodeCommitAsync
Returns information about a repository branch, including its name and the last commit ID.
getBranchAsync
in interface AWSCodeCommitAsync
request
- Represents the input of a get branch operation.public java.util.concurrent.Future<GetBranchResult> getBranchAsync(GetBranchRequest request, AsyncHandler<GetBranchRequest,GetBranchResult> asyncHandler)
AWSCodeCommitAsync
Returns information about a repository branch, including its name and the last commit ID.
getBranchAsync
in interface AWSCodeCommitAsync
request
- Represents the input of a get branch operation.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public java.util.concurrent.Future<GetCommitResult> getCommitAsync(GetCommitRequest request)
AWSCodeCommitAsync
Returns information about a commit, including commit message and committer information.
getCommitAsync
in interface AWSCodeCommitAsync
request
- Represents the input of a get commit operation.public java.util.concurrent.Future<GetCommitResult> getCommitAsync(GetCommitRequest request, AsyncHandler<GetCommitRequest,GetCommitResult> asyncHandler)
AWSCodeCommitAsync
Returns information about a commit, including commit message and committer information.
getCommitAsync
in interface AWSCodeCommitAsync
request
- Represents the input of a get commit operation.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public java.util.concurrent.Future<GetRepositoryResult> getRepositoryAsync(GetRepositoryRequest request)
AWSCodeCommitAsync
Returns information about a repository.
The description field for a repository accepts all HTML characters and all valid Unicode characters. Applications that do not HTML-encode the description and display it in a web page could expose users to potentially malicious code. Make sure that you HTML-encode the description field in any application that uses this API to display the repository description on a web page.
getRepositoryAsync
in interface AWSCodeCommitAsync
request
- Represents the input of a get repository operation.public java.util.concurrent.Future<GetRepositoryResult> getRepositoryAsync(GetRepositoryRequest request, AsyncHandler<GetRepositoryRequest,GetRepositoryResult> asyncHandler)
AWSCodeCommitAsync
Returns information about a repository.
The description field for a repository accepts all HTML characters and all valid Unicode characters. Applications that do not HTML-encode the description and display it in a web page could expose users to potentially malicious code. Make sure that you HTML-encode the description field in any application that uses this API to display the repository description on a web page.
getRepositoryAsync
in interface AWSCodeCommitAsync
request
- Represents the input of a get repository operation.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public java.util.concurrent.Future<GetRepositoryTriggersResult> getRepositoryTriggersAsync(GetRepositoryTriggersRequest request)
AWSCodeCommitAsync
Gets information about triggers configured for a repository.
getRepositoryTriggersAsync
in interface AWSCodeCommitAsync
request
- Represents the input of a get repository triggers operation.public java.util.concurrent.Future<GetRepositoryTriggersResult> getRepositoryTriggersAsync(GetRepositoryTriggersRequest request, AsyncHandler<GetRepositoryTriggersRequest,GetRepositoryTriggersResult> asyncHandler)
AWSCodeCommitAsync
Gets information about triggers configured for a repository.
getRepositoryTriggersAsync
in interface AWSCodeCommitAsync
request
- Represents the input of a get repository triggers operation.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public java.util.concurrent.Future<ListBranchesResult> listBranchesAsync(ListBranchesRequest request)
AWSCodeCommitAsync
Gets information about one or more branches in a repository.
listBranchesAsync
in interface AWSCodeCommitAsync
request
- Represents the input of a list branches operation.public java.util.concurrent.Future<ListBranchesResult> listBranchesAsync(ListBranchesRequest request, AsyncHandler<ListBranchesRequest,ListBranchesResult> asyncHandler)
AWSCodeCommitAsync
Gets information about one or more branches in a repository.
listBranchesAsync
in interface AWSCodeCommitAsync
request
- Represents the input of a list branches operation.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public java.util.concurrent.Future<ListRepositoriesResult> listRepositoriesAsync(ListRepositoriesRequest request)
AWSCodeCommitAsync
Gets information about one or more repositories.
listRepositoriesAsync
in interface AWSCodeCommitAsync
request
- Represents the input of a list repositories operation.public java.util.concurrent.Future<ListRepositoriesResult> listRepositoriesAsync(ListRepositoriesRequest request, AsyncHandler<ListRepositoriesRequest,ListRepositoriesResult> asyncHandler)
AWSCodeCommitAsync
Gets information about one or more repositories.
listRepositoriesAsync
in interface AWSCodeCommitAsync
request
- Represents the input of a list repositories operation.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public java.util.concurrent.Future<PutRepositoryTriggersResult> putRepositoryTriggersAsync(PutRepositoryTriggersRequest request)
AWSCodeCommitAsync
Replaces all triggers for a repository. This can be used to create or delete triggers.
putRepositoryTriggersAsync
in interface AWSCodeCommitAsync
request
- Represents the input ofa put repository triggers operation.public java.util.concurrent.Future<PutRepositoryTriggersResult> putRepositoryTriggersAsync(PutRepositoryTriggersRequest request, AsyncHandler<PutRepositoryTriggersRequest,PutRepositoryTriggersResult> asyncHandler)
AWSCodeCommitAsync
Replaces all triggers for a repository. This can be used to create or delete triggers.
putRepositoryTriggersAsync
in interface AWSCodeCommitAsync
request
- Represents the input ofa put repository triggers operation.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public java.util.concurrent.Future<TestRepositoryTriggersResult> testRepositoryTriggersAsync(TestRepositoryTriggersRequest request)
AWSCodeCommitAsync
Tests the functionality of repository triggers by sending information to the trigger target. If real data is available in the repository, the test will send data from the last commit. If no data is available, sample data will be generated.
testRepositoryTriggersAsync
in interface AWSCodeCommitAsync
request
- Represents the input of a test repository triggers operation.public java.util.concurrent.Future<TestRepositoryTriggersResult> testRepositoryTriggersAsync(TestRepositoryTriggersRequest request, AsyncHandler<TestRepositoryTriggersRequest,TestRepositoryTriggersResult> asyncHandler)
AWSCodeCommitAsync
Tests the functionality of repository triggers by sending information to the trigger target. If real data is available in the repository, the test will send data from the last commit. If no data is available, sample data will be generated.
testRepositoryTriggersAsync
in interface AWSCodeCommitAsync
request
- Represents the input of a test repository triggers operation.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public java.util.concurrent.Future<UpdateDefaultBranchResult> updateDefaultBranchAsync(UpdateDefaultBranchRequest request)
AWSCodeCommitAsync
Sets or changes the default branch name for the specified repository.
If you use this operation to change the default branch name to the current default branch name, a success message is returned even though the default branch did not change.
updateDefaultBranchAsync
in interface AWSCodeCommitAsync
request
- Represents the input of an update default branch operation.public java.util.concurrent.Future<UpdateDefaultBranchResult> updateDefaultBranchAsync(UpdateDefaultBranchRequest request, AsyncHandler<UpdateDefaultBranchRequest,UpdateDefaultBranchResult> asyncHandler)
AWSCodeCommitAsync
Sets or changes the default branch name for the specified repository.
If you use this operation to change the default branch name to the current default branch name, a success message is returned even though the default branch did not change.
updateDefaultBranchAsync
in interface AWSCodeCommitAsync
request
- Represents the input of an update default branch operation.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public java.util.concurrent.Future<UpdateRepositoryDescriptionResult> updateRepositoryDescriptionAsync(UpdateRepositoryDescriptionRequest request)
AWSCodeCommitAsync
Sets or changes the comment or description for a repository.
The description field for a repository accepts all HTML characters and all valid Unicode characters. Applications that do not HTML-encode the description and display it in a web page could expose users to potentially malicious code. Make sure that you HTML-encode the description field in any application that uses this API to display the repository description on a web page.
updateRepositoryDescriptionAsync
in interface AWSCodeCommitAsync
request
- Represents the input of an update repository description
operation.public java.util.concurrent.Future<UpdateRepositoryDescriptionResult> updateRepositoryDescriptionAsync(UpdateRepositoryDescriptionRequest request, AsyncHandler<UpdateRepositoryDescriptionRequest,UpdateRepositoryDescriptionResult> asyncHandler)
AWSCodeCommitAsync
Sets or changes the comment or description for a repository.
The description field for a repository accepts all HTML characters and all valid Unicode characters. Applications that do not HTML-encode the description and display it in a web page could expose users to potentially malicious code. Make sure that you HTML-encode the description field in any application that uses this API to display the repository description on a web page.
updateRepositoryDescriptionAsync
in interface AWSCodeCommitAsync
request
- Represents the input of an update repository description
operation.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public java.util.concurrent.Future<UpdateRepositoryNameResult> updateRepositoryNameAsync(UpdateRepositoryNameRequest request)
AWSCodeCommitAsync
Renames a repository. The repository name must be unique across the calling AWS account. In addition, repository names are limited to 100 alphanumeric, dash, and underscore characters, and cannot include certain characters. The suffix ".git" is prohibited. For a full description of the limits on repository names, see Limits in the AWS CodeCommit User Guide.
updateRepositoryNameAsync
in interface AWSCodeCommitAsync
request
- Represents the input of an update repository description
operation.public java.util.concurrent.Future<UpdateRepositoryNameResult> updateRepositoryNameAsync(UpdateRepositoryNameRequest request, AsyncHandler<UpdateRepositoryNameRequest,UpdateRepositoryNameResult> asyncHandler)
AWSCodeCommitAsync
Renames a repository. The repository name must be unique across the calling AWS account. In addition, repository names are limited to 100 alphanumeric, dash, and underscore characters, and cannot include certain characters. The suffix ".git" is prohibited. For a full description of the limits on repository names, see Limits in the AWS CodeCommit User Guide.
updateRepositoryNameAsync
in interface AWSCodeCommitAsync
request
- Represents the input of an update repository description
operation.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public void shutdown()
getExecutorService().shutdown()
followed by
getExecutorService().awaitTermination()
prior to calling this
method.shutdown
in interface AWSCodeCommit
shutdown
in class AmazonWebServiceClient