Uses of Interface
software.amazon.awssdk.services.codedeploy.model.ListGitHubAccountTokenNamesRequest.Builder
-
Packages that use ListGitHubAccountTokenNamesRequest.Builder 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 -
-
Uses of ListGitHubAccountTokenNamesRequest.Builder in software.amazon.awssdk.services.codedeploy
Method parameters in software.amazon.awssdk.services.codedeploy with type arguments of type ListGitHubAccountTokenNamesRequest.Builder Modifier and Type Method Description default CompletableFuture<ListGitHubAccountTokenNamesResponse>CodeDeployAsyncClient. listGitHubAccountTokenNames(Consumer<ListGitHubAccountTokenNamesRequest.Builder> listGitHubAccountTokenNamesRequest)Lists the names of stored connections to GitHub accounts.default ListGitHubAccountTokenNamesResponseCodeDeployClient. listGitHubAccountTokenNames(Consumer<ListGitHubAccountTokenNamesRequest.Builder> listGitHubAccountTokenNamesRequest)Lists the names of stored connections to GitHub accounts. -
Uses of ListGitHubAccountTokenNamesRequest.Builder in software.amazon.awssdk.services.codedeploy.model
Methods in software.amazon.awssdk.services.codedeploy.model that return ListGitHubAccountTokenNamesRequest.Builder Modifier and Type Method Description static ListGitHubAccountTokenNamesRequest.BuilderListGitHubAccountTokenNamesRequest. builder()ListGitHubAccountTokenNamesRequest.BuilderListGitHubAccountTokenNamesRequest.Builder. nextToken(String nextToken)An identifier returned from the previousListGitHubAccountTokenNamescall.ListGitHubAccountTokenNamesRequest.BuilderListGitHubAccountTokenNamesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListGitHubAccountTokenNamesRequest.BuilderListGitHubAccountTokenNamesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListGitHubAccountTokenNamesRequest.BuilderListGitHubAccountTokenNamesRequest. toBuilder()Methods in software.amazon.awssdk.services.codedeploy.model that return types with arguments of type ListGitHubAccountTokenNamesRequest.Builder Modifier and Type Method Description static Class<? extends ListGitHubAccountTokenNamesRequest.Builder>ListGitHubAccountTokenNamesRequest. serializableBuilderClass()
-