| Package | Description |
|---|---|
| com.amazonaws.services.vpclattice.model |
| Modifier and Type | Method and Description |
|---|---|
TargetGroupSummary |
TargetGroupSummary.clone() |
TargetGroupSummary |
TargetGroupSummary.withArn(String arn)
The ARN (Amazon Resource Name) of the target group.
|
TargetGroupSummary |
TargetGroupSummary.withCreatedAt(Date createdAt)
The date and time that the target group was created, specified in ISO-8601 format.
|
TargetGroupSummary |
TargetGroupSummary.withId(String id)
The ID of the target group.
|
TargetGroupSummary |
TargetGroupSummary.withIpAddressType(IpAddressType ipAddressType)
The type of IP address used for the target group.
|
TargetGroupSummary |
TargetGroupSummary.withIpAddressType(String ipAddressType)
The type of IP address used for the target group.
|
TargetGroupSummary |
TargetGroupSummary.withLambdaEventStructureVersion(LambdaEventStructureVersion lambdaEventStructureVersion)
Lambda event structure version
|
TargetGroupSummary |
TargetGroupSummary.withLambdaEventStructureVersion(String lambdaEventStructureVersion)
Lambda event structure version
|
TargetGroupSummary |
TargetGroupSummary.withLastUpdatedAt(Date lastUpdatedAt)
The date and time that the target group was last updated, specified in ISO-8601 format.
|
TargetGroupSummary |
TargetGroupSummary.withName(String name)
The name of the target group.
|
TargetGroupSummary |
TargetGroupSummary.withPort(Integer port)
The port of the target group.
|
TargetGroupSummary |
TargetGroupSummary.withProtocol(String protocol)
The protocol of the target group.
|
TargetGroupSummary |
TargetGroupSummary.withProtocol(TargetGroupProtocol protocol)
The protocol of the target group.
|
TargetGroupSummary |
TargetGroupSummary.withServiceArns(Collection<String> serviceArns)
The list of Amazon Resource Names (ARNs) of the service.
|
TargetGroupSummary |
TargetGroupSummary.withServiceArns(String... serviceArns)
The list of Amazon Resource Names (ARNs) of the service.
|
TargetGroupSummary |
TargetGroupSummary.withStatus(String status)
The status.
|
TargetGroupSummary |
TargetGroupSummary.withStatus(TargetGroupStatus status)
The status.
|
TargetGroupSummary |
TargetGroupSummary.withType(String type)
The target group type.
|
TargetGroupSummary |
TargetGroupSummary.withType(TargetGroupType type)
The target group type.
|
TargetGroupSummary |
TargetGroupSummary.withVpcIdentifier(String vpcIdentifier)
The ID of the VPC of the target group.
|
| Modifier and Type | Method and Description |
|---|---|
List<TargetGroupSummary> |
ListTargetGroupsResult.getItems()
Information about the target groups.
|
| Modifier and Type | Method and Description |
|---|---|
ListTargetGroupsResult |
ListTargetGroupsResult.withItems(TargetGroupSummary... items)
Information about the target groups.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListTargetGroupsResult.setItems(Collection<TargetGroupSummary> items)
Information about the target groups.
|
ListTargetGroupsResult |
ListTargetGroupsResult.withItems(Collection<TargetGroupSummary> items)
Information about the target groups.
|
Copyright © 2023. All rights reserved.