| Package | Description |
|---|---|
| com.amazonaws.services.proton |
This is the Proton Service API Reference.
|
| com.amazonaws.services.proton.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateServiceSyncConfigResult> |
AbstractAWSProtonAsync.updateServiceSyncConfigAsync(UpdateServiceSyncConfigRequest request,
AsyncHandler<UpdateServiceSyncConfigRequest,UpdateServiceSyncConfigResult> asyncHandler) |
Future<UpdateServiceSyncConfigResult> |
AWSProtonAsync.updateServiceSyncConfigAsync(UpdateServiceSyncConfigRequest updateServiceSyncConfigRequest,
AsyncHandler<UpdateServiceSyncConfigRequest,UpdateServiceSyncConfigResult> asyncHandler)
Update the Proton Ops config file.
|
Future<UpdateServiceSyncConfigResult> |
AWSProtonAsyncClient.updateServiceSyncConfigAsync(UpdateServiceSyncConfigRequest request,
AsyncHandler<UpdateServiceSyncConfigRequest,UpdateServiceSyncConfigResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateServiceSyncConfigRequest |
UpdateServiceSyncConfigRequest.clone() |
UpdateServiceSyncConfigRequest |
UpdateServiceSyncConfigRequest.withBranch(String branch)
The name of the code repository branch where the Proton Ops file is found.
|
UpdateServiceSyncConfigRequest |
UpdateServiceSyncConfigRequest.withFilePath(String filePath)
The path to the Proton Ops file.
|
UpdateServiceSyncConfigRequest |
UpdateServiceSyncConfigRequest.withRepositoryName(String repositoryName)
The name of the repository where the Proton Ops file is found.
|
UpdateServiceSyncConfigRequest |
UpdateServiceSyncConfigRequest.withRepositoryProvider(RepositoryProvider repositoryProvider)
The name of the repository provider where the Proton Ops file is found.
|
UpdateServiceSyncConfigRequest |
UpdateServiceSyncConfigRequest.withRepositoryProvider(String repositoryProvider)
The name of the repository provider where the Proton Ops file is found.
|
UpdateServiceSyncConfigRequest |
UpdateServiceSyncConfigRequest.withServiceName(String serviceName)
The name of the service the Proton Ops file is for.
|
Copyright © 2024. All rights reserved.