| 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<UpdateServicePipelineResult> |
AWSProtonAsyncClient.updateServicePipelineAsync(UpdateServicePipelineRequest request,
AsyncHandler<UpdateServicePipelineRequest,UpdateServicePipelineResult> asyncHandler) |
Future<UpdateServicePipelineResult> |
AWSProtonAsync.updateServicePipelineAsync(UpdateServicePipelineRequest updateServicePipelineRequest,
AsyncHandler<UpdateServicePipelineRequest,UpdateServicePipelineResult> asyncHandler)
Update the service pipeline.
|
Future<UpdateServicePipelineResult> |
AbstractAWSProtonAsync.updateServicePipelineAsync(UpdateServicePipelineRequest request,
AsyncHandler<UpdateServicePipelineRequest,UpdateServicePipelineResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateServicePipelineRequest |
UpdateServicePipelineRequest.clone() |
UpdateServicePipelineRequest |
UpdateServicePipelineRequest.withDeploymentType(DeploymentUpdateType deploymentType)
The deployment type.
|
UpdateServicePipelineRequest |
UpdateServicePipelineRequest.withDeploymentType(String deploymentType)
The deployment type.
|
UpdateServicePipelineRequest |
UpdateServicePipelineRequest.withServiceName(String serviceName)
The name of the service to that the pipeline is associated with.
|
UpdateServicePipelineRequest |
UpdateServicePipelineRequest.withSpec(String spec)
The spec for the service pipeline to update.
|
UpdateServicePipelineRequest |
UpdateServicePipelineRequest.withTemplateMajorVersion(String templateMajorVersion)
The major version of the service template that was used to create the service that the pipeline is associated
with.
|
UpdateServicePipelineRequest |
UpdateServicePipelineRequest.withTemplateMinorVersion(String templateMinorVersion)
The minor version of the service template that was used to create the service that the pipeline is associated
with.
|
Copyright © 2022. All rights reserved.