| 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 |
|---|---|
GetTargetGroupResult |
AbstractAmazonVPCLattice.getTargetGroup(GetTargetGroupRequest request) |
GetTargetGroupResult |
AmazonVPCLatticeClient.getTargetGroup(GetTargetGroupRequest request)
Retrieves information about the specified target group.
|
GetTargetGroupResult |
AmazonVPCLattice.getTargetGroup(GetTargetGroupRequest getTargetGroupRequest)
Retrieves information about the specified target group.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetTargetGroupResult> |
AbstractAmazonVPCLatticeAsync.getTargetGroupAsync(GetTargetGroupRequest request,
AsyncHandler<GetTargetGroupRequest,GetTargetGroupResult> asyncHandler) |
Future<GetTargetGroupResult> |
AmazonVPCLatticeAsync.getTargetGroupAsync(GetTargetGroupRequest getTargetGroupRequest,
AsyncHandler<GetTargetGroupRequest,GetTargetGroupResult> asyncHandler)
Retrieves information about the specified target group.
|
Future<GetTargetGroupResult> |
AmazonVPCLatticeAsyncClient.getTargetGroupAsync(GetTargetGroupRequest request,
AsyncHandler<GetTargetGroupRequest,GetTargetGroupResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetTargetGroupResult |
GetTargetGroupResult.clone() |
GetTargetGroupResult |
GetTargetGroupResult.withArn(String arn)
The Amazon Resource Name (ARN) of the target group.
|
GetTargetGroupResult |
GetTargetGroupResult.withConfig(TargetGroupConfig config)
The target group configuration.
|
GetTargetGroupResult |
GetTargetGroupResult.withCreatedAt(Date createdAt)
The date and time that the target group was created, specified in ISO-8601 format.
|
GetTargetGroupResult |
GetTargetGroupResult.withFailureCode(String failureCode)
The failure code.
|
GetTargetGroupResult |
GetTargetGroupResult.withFailureMessage(String failureMessage)
The failure message.
|
GetTargetGroupResult |
GetTargetGroupResult.withId(String id)
The ID of the target group.
|
GetTargetGroupResult |
GetTargetGroupResult.withLastUpdatedAt(Date lastUpdatedAt)
The date and time that the target group was last updated, specified in ISO-8601 format.
|
GetTargetGroupResult |
GetTargetGroupResult.withName(String name)
The name of the target group.
|
GetTargetGroupResult |
GetTargetGroupResult.withServiceArns(Collection<String> serviceArns)
The Amazon Resource Names (ARNs) of the service.
|
GetTargetGroupResult |
GetTargetGroupResult.withServiceArns(String... serviceArns)
The Amazon Resource Names (ARNs) of the service.
|
GetTargetGroupResult |
GetTargetGroupResult.withStatus(String status)
The status.
|
GetTargetGroupResult |
GetTargetGroupResult.withStatus(TargetGroupStatus status)
The status.
|
GetTargetGroupResult |
GetTargetGroupResult.withType(String type)
The target group type.
|
GetTargetGroupResult |
GetTargetGroupResult.withType(TargetGroupType type)
The target group type.
|
Copyright © 2023. All rights reserved.