| 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 |
|---|---|
Future<CreateRuleResult> |
AbstractAmazonVPCLatticeAsync.createRuleAsync(CreateRuleRequest request,
AsyncHandler<CreateRuleRequest,CreateRuleResult> asyncHandler) |
Future<CreateRuleResult> |
AmazonVPCLatticeAsync.createRuleAsync(CreateRuleRequest createRuleRequest,
AsyncHandler<CreateRuleRequest,CreateRuleResult> asyncHandler)
Creates a listener rule.
|
Future<CreateRuleResult> |
AmazonVPCLatticeAsyncClient.createRuleAsync(CreateRuleRequest request,
AsyncHandler<CreateRuleRequest,CreateRuleResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateRuleRequest |
CreateRuleRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateRuleRequest |
CreateRuleRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateRuleRequest |
CreateRuleRequest.clone() |
CreateRuleRequest |
CreateRuleRequest.withAction(RuleAction action)
The action for the default rule.
|
CreateRuleRequest |
CreateRuleRequest.withClientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreateRuleRequest |
CreateRuleRequest.withListenerIdentifier(String listenerIdentifier)
The ID or Amazon Resource Name (ARN) of the listener.
|
CreateRuleRequest |
CreateRuleRequest.withMatch(RuleMatch match)
The rule match.
|
CreateRuleRequest |
CreateRuleRequest.withName(String name)
The name of the rule.
|
CreateRuleRequest |
CreateRuleRequest.withPriority(Integer priority)
The priority assigned to the rule.
|
CreateRuleRequest |
CreateRuleRequest.withServiceIdentifier(String serviceIdentifier)
The ID or Amazon Resource Name (ARN) of the service.
|
CreateRuleRequest |
CreateRuleRequest.withTags(Map<String,String> tags)
The tags for the rule.
|
Copyright © 2023. All rights reserved.