| Package | Description |
|---|---|
| software.amazon.awssdk.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.
|
| software.amazon.awssdk.services.codedeploy.model |
| Modifier and Type | Method and Description |
|---|---|
default ListGitHubAccountTokenNamesResponse |
CodeDeployClient.listGitHubAccountTokenNames(Consumer<ListGitHubAccountTokenNamesRequest.Builder> listGitHubAccountTokenNamesRequest)
Lists the names of stored connections to GitHub accounts.
|
default CompletableFuture<ListGitHubAccountTokenNamesResponse> |
CodeDeployAsyncClient.listGitHubAccountTokenNames(Consumer<ListGitHubAccountTokenNamesRequest.Builder> listGitHubAccountTokenNamesRequest)
Lists the names of stored connections to GitHub accounts.
|
| Modifier and Type | Method and Description |
|---|---|
static ListGitHubAccountTokenNamesRequest.Builder |
ListGitHubAccountTokenNamesRequest.builder() |
ListGitHubAccountTokenNamesRequest.Builder |
ListGitHubAccountTokenNamesRequest.Builder.nextToken(String nextToken)
An identifier returned from the previous
ListGitHubAccountTokenNames call. |
ListGitHubAccountTokenNamesRequest.Builder |
ListGitHubAccountTokenNamesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListGitHubAccountTokenNamesRequest.Builder |
ListGitHubAccountTokenNamesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListGitHubAccountTokenNamesRequest.Builder |
ListGitHubAccountTokenNamesRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListGitHubAccountTokenNamesRequest.Builder> |
ListGitHubAccountTokenNamesRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.