| Package | Description |
|---|---|
| software.amazon.awssdk.services.appconfig.model |
| Modifier and Type | Method and Description |
|---|---|
List<AppliedExtension> |
StopDeploymentResponse.appliedExtensions()
A list of extensions that were processed as part of the deployment.
|
List<AppliedExtension> |
GetDeploymentResponse.appliedExtensions()
A list of extensions that were processed as part of the deployment.
|
List<AppliedExtension> |
StartDeploymentResponse.appliedExtensions()
A list of extensions that were processed as part of the deployment.
|
| Modifier and Type | Method and Description |
|---|---|
StopDeploymentResponse.Builder |
StopDeploymentResponse.Builder.appliedExtensions(AppliedExtension... appliedExtensions)
A list of extensions that were processed as part of the deployment.
|
GetDeploymentResponse.Builder |
GetDeploymentResponse.Builder.appliedExtensions(AppliedExtension... appliedExtensions)
A list of extensions that were processed as part of the deployment.
|
StartDeploymentResponse.Builder |
StartDeploymentResponse.Builder.appliedExtensions(AppliedExtension... appliedExtensions)
A list of extensions that were processed as part of the deployment.
|
| Modifier and Type | Method and Description |
|---|---|
StopDeploymentResponse.Builder |
StopDeploymentResponse.Builder.appliedExtensions(Collection<AppliedExtension> appliedExtensions)
A list of extensions that were processed as part of the deployment.
|
GetDeploymentResponse.Builder |
GetDeploymentResponse.Builder.appliedExtensions(Collection<AppliedExtension> appliedExtensions)
A list of extensions that were processed as part of the deployment.
|
StartDeploymentResponse.Builder |
StartDeploymentResponse.Builder.appliedExtensions(Collection<AppliedExtension> appliedExtensions)
A list of extensions that were processed as part of the deployment.
|
Copyright © 2023. All rights reserved.