| Package | Description |
|---|---|
| com.amazonaws.services.vpclattice |
Amazon VPC Lattice is a fully managed application networking service that you use to connect, secure, and monitor all
of your services across multiple accounts and virtual private clouds (VPCs).
|
| com.amazonaws.services.vpclattice.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateTargetGroupResult |
AmazonVPCLatticeClient.updateTargetGroup(UpdateTargetGroupRequest request)
Updates the specified target group.
|
UpdateTargetGroupResult |
AbstractAmazonVPCLattice.updateTargetGroup(UpdateTargetGroupRequest request) |
UpdateTargetGroupResult |
AmazonVPCLattice.updateTargetGroup(UpdateTargetGroupRequest updateTargetGroupRequest)
Updates the specified target group.
|
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateTargetGroupResult> |
AbstractAmazonVPCLatticeAsync.updateTargetGroupAsync(UpdateTargetGroupRequest request,
AsyncHandler<UpdateTargetGroupRequest,UpdateTargetGroupResult> asyncHandler) |
Future<UpdateTargetGroupResult> |
AmazonVPCLatticeAsyncClient.updateTargetGroupAsync(UpdateTargetGroupRequest request,
AsyncHandler<UpdateTargetGroupRequest,UpdateTargetGroupResult> asyncHandler) |
Future<UpdateTargetGroupResult> |
AmazonVPCLatticeAsync.updateTargetGroupAsync(UpdateTargetGroupRequest updateTargetGroupRequest,
AsyncHandler<UpdateTargetGroupRequest,UpdateTargetGroupResult> asyncHandler)
Updates the specified target group.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateTargetGroupResult |
UpdateTargetGroupResult.clone() |
UpdateTargetGroupResult |
UpdateTargetGroupResult.withArn(String arn)
The Amazon Resource Name (ARN) of the target group.
|
UpdateTargetGroupResult |
UpdateTargetGroupResult.withConfig(TargetGroupConfig config)
The target group configuration.
|
UpdateTargetGroupResult |
UpdateTargetGroupResult.withId(String id)
The ID of the target group.
|
UpdateTargetGroupResult |
UpdateTargetGroupResult.withName(String name)
The name of the target group.
|
UpdateTargetGroupResult |
UpdateTargetGroupResult.withStatus(String status)
The status.
|
UpdateTargetGroupResult |
UpdateTargetGroupResult.withStatus(TargetGroupStatus status)
The status.
|
UpdateTargetGroupResult |
UpdateTargetGroupResult.withType(String type)
The target group type.
|
UpdateTargetGroupResult |
UpdateTargetGroupResult.withType(TargetGroupType type)
The target group type.
|
Copyright © 2023. All rights reserved.