| Package | Description |
|---|---|
| software.amazon.awssdk.services.codedeploy.model |
| Modifier and Type | Method and Description |
|---|---|
TargetInstances.Builder |
TargetInstances.Builder.autoScalingGroups(Collection<String> autoScalingGroups)
The names of one or more Auto Scaling groups to identify a replacement environment for a blue/green
deployment.
|
TargetInstances.Builder |
TargetInstances.Builder.autoScalingGroups(String... autoScalingGroups)
The names of one or more Auto Scaling groups to identify a replacement environment for a blue/green
deployment.
|
static TargetInstances.Builder |
TargetInstances.builder() |
default TargetInstances.Builder |
TargetInstances.Builder.ec2TagSet(Consumer<EC2TagSet.Builder> ec2TagSet)
Information about the groups of EC2 instance tags that an instance must be identified by in order for it to
be included in the replacement environment for a blue/green deployment.
|
TargetInstances.Builder |
TargetInstances.Builder.ec2TagSet(EC2TagSet ec2TagSet)
Information about the groups of EC2 instance tags that an instance must be identified by in order for it to
be included in the replacement environment for a blue/green deployment.
|
TargetInstances.Builder |
TargetInstances.Builder.tagFilters(Collection<EC2TagFilter> tagFilters)
The tag filter key, type, and value used to identify Amazon EC2 instances in a replacement environment for a
blue/green deployment.
|
TargetInstances.Builder |
TargetInstances.Builder.tagFilters(Consumer<EC2TagFilter.Builder>... tagFilters)
The tag filter key, type, and value used to identify Amazon EC2 instances in a replacement environment for a
blue/green deployment.
|
TargetInstances.Builder |
TargetInstances.Builder.tagFilters(EC2TagFilter... tagFilters)
The tag filter key, type, and value used to identify Amazon EC2 instances in a replacement environment for a
blue/green deployment.
|
TargetInstances.Builder |
TargetInstances.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TargetInstances.Builder> |
TargetInstances.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateDeploymentRequest.Builder |
CreateDeploymentRequest.Builder.targetInstances(Consumer<TargetInstances.Builder> targetInstances)
Information about the instances that belong to the replacement environment in a blue/green deployment.
|
default DeploymentInfo.Builder |
DeploymentInfo.Builder.targetInstances(Consumer<TargetInstances.Builder> targetInstances)
Information about the instances that belong to the replacement environment in a blue/green deployment.
|
Copyright © 2021. All rights reserved.