| 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<UpdateComponentResult> |
AWSProtonAsyncClient.updateComponentAsync(UpdateComponentRequest request,
AsyncHandler<UpdateComponentRequest,UpdateComponentResult> asyncHandler) |
Future<UpdateComponentResult> |
AWSProtonAsync.updateComponentAsync(UpdateComponentRequest updateComponentRequest,
AsyncHandler<UpdateComponentRequest,UpdateComponentResult> asyncHandler)
Update a component.
|
Future<UpdateComponentResult> |
AbstractAWSProtonAsync.updateComponentAsync(UpdateComponentRequest request,
AsyncHandler<UpdateComponentRequest,UpdateComponentResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateComponentRequest |
UpdateComponentRequest.clone() |
UpdateComponentRequest |
UpdateComponentRequest.withDeploymentType(ComponentDeploymentUpdateType deploymentType)
The deployment type.
|
UpdateComponentRequest |
UpdateComponentRequest.withDeploymentType(String deploymentType)
The deployment type.
|
UpdateComponentRequest |
UpdateComponentRequest.withDescription(String description)
An optional customer-provided description of the component.
|
UpdateComponentRequest |
UpdateComponentRequest.withName(String name)
The name of the component to update.
|
UpdateComponentRequest |
UpdateComponentRequest.withServiceInstanceName(String serviceInstanceName)
The name of the service instance that you want to attach this component to.
|
UpdateComponentRequest |
UpdateComponentRequest.withServiceName(String serviceName)
The name of the service that
serviceInstanceName is associated with. |
UpdateComponentRequest |
UpdateComponentRequest.withServiceSpec(String serviceSpec)
The service spec that you want the component to use to access service inputs.
|
UpdateComponentRequest |
UpdateComponentRequest.withTemplateFile(String templateFile)
A path to the Infrastructure as Code (IaC) file describing infrastructure that a custom component provisions.
|
Copyright © 2023. All rights reserved.