Package | Description |
---|---|
com.amazonaws.services.glue |
|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
Future<UpdateSourceControlFromJobResult> |
AWSGlueAsyncClient.updateSourceControlFromJobAsync(UpdateSourceControlFromJobRequest request,
AsyncHandler<UpdateSourceControlFromJobRequest,UpdateSourceControlFromJobResult> asyncHandler) |
Future<UpdateSourceControlFromJobResult> |
AWSGlueAsync.updateSourceControlFromJobAsync(UpdateSourceControlFromJobRequest updateSourceControlFromJobRequest,
AsyncHandler<UpdateSourceControlFromJobRequest,UpdateSourceControlFromJobResult> asyncHandler)
Synchronizes a job to the source control repository.
|
Future<UpdateSourceControlFromJobResult> |
AbstractAWSGlueAsync.updateSourceControlFromJobAsync(UpdateSourceControlFromJobRequest request,
AsyncHandler<UpdateSourceControlFromJobRequest,UpdateSourceControlFromJobResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
UpdateSourceControlFromJobRequest |
UpdateSourceControlFromJobRequest.clone() |
UpdateSourceControlFromJobRequest |
UpdateSourceControlFromJobRequest.withAuthStrategy(SourceControlAuthStrategy authStrategy)
The type of authentication, which can be an authentication token stored in Amazon Web Services Secrets Manager,
or a personal access token.
|
UpdateSourceControlFromJobRequest |
UpdateSourceControlFromJobRequest.withAuthStrategy(String authStrategy)
The type of authentication, which can be an authentication token stored in Amazon Web Services Secrets Manager,
or a personal access token.
|
UpdateSourceControlFromJobRequest |
UpdateSourceControlFromJobRequest.withAuthToken(String authToken)
The value of the authorization token.
|
UpdateSourceControlFromJobRequest |
UpdateSourceControlFromJobRequest.withBranchName(String branchName)
An optional branch in the remote repository.
|
UpdateSourceControlFromJobRequest |
UpdateSourceControlFromJobRequest.withCommitId(String commitId)
A commit ID for a commit in the remote repository.
|
UpdateSourceControlFromJobRequest |
UpdateSourceControlFromJobRequest.withFolder(String folder)
An optional folder in the remote repository.
|
UpdateSourceControlFromJobRequest |
UpdateSourceControlFromJobRequest.withJobName(String jobName)
The name of the Glue job to be synchronized to or from the remote repository.
|
UpdateSourceControlFromJobRequest |
UpdateSourceControlFromJobRequest.withProvider(SourceControlProvider provider)
The provider for the remote repository.
|
UpdateSourceControlFromJobRequest |
UpdateSourceControlFromJobRequest.withProvider(String provider)
The provider for the remote repository.
|
UpdateSourceControlFromJobRequest |
UpdateSourceControlFromJobRequest.withRepositoryName(String repositoryName)
The name of the remote repository that contains the job artifacts.
|
UpdateSourceControlFromJobRequest |
UpdateSourceControlFromJobRequest.withRepositoryOwner(String repositoryOwner)
The owner of the remote repository that contains the job artifacts.
|
Copyright © 2024. All rights reserved.