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 |
---|---|
ListGitHubAccountTokenNamesResult |
AmazonCodeDeployClient.listGitHubAccountTokenNames(ListGitHubAccountTokenNamesRequest request)
Lists the names of stored connections to GitHub accounts.
|
ListGitHubAccountTokenNamesResult |
AbstractAmazonCodeDeploy.listGitHubAccountTokenNames(ListGitHubAccountTokenNamesRequest request) |
ListGitHubAccountTokenNamesResult |
AmazonCodeDeploy.listGitHubAccountTokenNames(ListGitHubAccountTokenNamesRequest listGitHubAccountTokenNamesRequest)
Lists the names of stored connections to GitHub accounts.
|
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 |
---|---|
ListGitHubAccountTokenNamesResult |
ListGitHubAccountTokenNamesResult.clone() |
ListGitHubAccountTokenNamesResult |
ListGitHubAccountTokenNamesResult.withNextToken(String nextToken)
If a large amount of information is returned, an identifier is also returned.
|
ListGitHubAccountTokenNamesResult |
ListGitHubAccountTokenNamesResult.withTokenNameList(Collection<String> tokenNameList)
A list of names of connections to GitHub accounts.
|
ListGitHubAccountTokenNamesResult |
ListGitHubAccountTokenNamesResult.withTokenNameList(String... tokenNameList)
A list of names of connections to GitHub accounts.
|
Copyright © 2024. All rights reserved.