Package | Description |
---|---|
com.amazonaws.services.codedeploy |
CodeDeploy is a deployment service that automates application deployments to Amazon EC2 instances, on-premises
instances running in your own facility, serverless Lambda functions, or applications in an Amazon ECS service.
|
com.amazonaws.services.codedeploy.model |
Modifier and Type | Method and Description |
---|---|
Future<ListGitHubAccountTokenNamesResult> |
AmazonCodeDeployAsyncClient.listGitHubAccountTokenNamesAsync(ListGitHubAccountTokenNamesRequest request,
AsyncHandler<ListGitHubAccountTokenNamesRequest,ListGitHubAccountTokenNamesResult> asyncHandler) |
Future<ListGitHubAccountTokenNamesResult> |
AmazonCodeDeployAsync.listGitHubAccountTokenNamesAsync(ListGitHubAccountTokenNamesRequest listGitHubAccountTokenNamesRequest,
AsyncHandler<ListGitHubAccountTokenNamesRequest,ListGitHubAccountTokenNamesResult> asyncHandler)
Lists the names of stored connections to GitHub accounts.
|
Future<ListGitHubAccountTokenNamesResult> |
AbstractAmazonCodeDeployAsync.listGitHubAccountTokenNamesAsync(ListGitHubAccountTokenNamesRequest request,
AsyncHandler<ListGitHubAccountTokenNamesRequest,ListGitHubAccountTokenNamesResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
ListGitHubAccountTokenNamesRequest |
ListGitHubAccountTokenNamesRequest.clone() |
ListGitHubAccountTokenNamesRequest |
ListGitHubAccountTokenNamesRequest.withNextToken(String nextToken)
An identifier returned from the previous
ListGitHubAccountTokenNames call. |
Copyright © 2024. All rights reserved.