| 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<UpdateServiceInstanceResult> |
AbstractAWSProtonAsync.updateServiceInstanceAsync(UpdateServiceInstanceRequest request,
AsyncHandler<UpdateServiceInstanceRequest,UpdateServiceInstanceResult> asyncHandler) |
Future<UpdateServiceInstanceResult> |
AWSProtonAsync.updateServiceInstanceAsync(UpdateServiceInstanceRequest updateServiceInstanceRequest,
AsyncHandler<UpdateServiceInstanceRequest,UpdateServiceInstanceResult> asyncHandler)
Update a service instance.
|
Future<UpdateServiceInstanceResult> |
AWSProtonAsyncClient.updateServiceInstanceAsync(UpdateServiceInstanceRequest request,
AsyncHandler<UpdateServiceInstanceRequest,UpdateServiceInstanceResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateServiceInstanceRequest |
UpdateServiceInstanceRequest.clone() |
UpdateServiceInstanceRequest |
UpdateServiceInstanceRequest.withClientToken(String clientToken)
The client token of the service instance to update.
|
UpdateServiceInstanceRequest |
UpdateServiceInstanceRequest.withDeploymentType(DeploymentUpdateType deploymentType)
The deployment type.
|
UpdateServiceInstanceRequest |
UpdateServiceInstanceRequest.withDeploymentType(String deploymentType)
The deployment type.
|
UpdateServiceInstanceRequest |
UpdateServiceInstanceRequest.withName(String name)
The name of the service instance to update.
|
UpdateServiceInstanceRequest |
UpdateServiceInstanceRequest.withServiceName(String serviceName)
The name of the service that the service instance belongs to.
|
UpdateServiceInstanceRequest |
UpdateServiceInstanceRequest.withSpec(String spec)
The formatted specification that defines the service instance update.
|
UpdateServiceInstanceRequest |
UpdateServiceInstanceRequest.withTemplateMajorVersion(String templateMajorVersion)
The major version of the service template to update.
|
UpdateServiceInstanceRequest |
UpdateServiceInstanceRequest.withTemplateMinorVersion(String templateMinorVersion)
The minor version of the service template to update.
|
Copyright © 2024. All rights reserved.