Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
TargetGroup |
TargetGroup.clone() |
TargetGroup |
TargetGroup.withArn(String arn)
The Amazon Resource Name (ARN) of the target group.
|
Modifier and Type | Method and Description |
---|---|
List<TargetGroup> |
TargetGroupsConfig.getTargetGroups()
One or more target groups.
|
Modifier and Type | Method and Description |
---|---|
TargetGroupsConfig |
TargetGroupsConfig.withTargetGroups(TargetGroup... targetGroups)
One or more target groups.
|
Modifier and Type | Method and Description |
---|---|
void |
TargetGroupsConfig.setTargetGroups(Collection<TargetGroup> targetGroups)
One or more target groups.
|
TargetGroupsConfig |
TargetGroupsConfig.withTargetGroups(Collection<TargetGroup> targetGroups)
One or more target groups.
|
Copyright © 2023. All rights reserved.