| 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 |
|---|---|
BatchUpdateRuleResult |
AbstractAmazonVPCLattice.batchUpdateRule(BatchUpdateRuleRequest request) |
BatchUpdateRuleResult |
AmazonVPCLatticeClient.batchUpdateRule(BatchUpdateRuleRequest request)
Updates the listener rules in a batch.
|
BatchUpdateRuleResult |
AmazonVPCLattice.batchUpdateRule(BatchUpdateRuleRequest batchUpdateRuleRequest)
Updates the listener rules in a batch.
|
| Modifier and Type | Method and Description |
|---|---|
Future<BatchUpdateRuleResult> |
AbstractAmazonVPCLatticeAsync.batchUpdateRuleAsync(BatchUpdateRuleRequest request,
AsyncHandler<BatchUpdateRuleRequest,BatchUpdateRuleResult> asyncHandler) |
Future<BatchUpdateRuleResult> |
AmazonVPCLatticeAsync.batchUpdateRuleAsync(BatchUpdateRuleRequest batchUpdateRuleRequest,
AsyncHandler<BatchUpdateRuleRequest,BatchUpdateRuleResult> asyncHandler)
Updates the listener rules in a batch.
|
Future<BatchUpdateRuleResult> |
AmazonVPCLatticeAsyncClient.batchUpdateRuleAsync(BatchUpdateRuleRequest request,
AsyncHandler<BatchUpdateRuleRequest,BatchUpdateRuleResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
BatchUpdateRuleResult |
BatchUpdateRuleResult.clone() |
BatchUpdateRuleResult |
BatchUpdateRuleResult.withSuccessful(Collection<RuleUpdateSuccess> successful)
The rules that were successfully updated.
|
BatchUpdateRuleResult |
BatchUpdateRuleResult.withSuccessful(RuleUpdateSuccess... successful)
The rules that were successfully updated.
|
BatchUpdateRuleResult |
BatchUpdateRuleResult.withUnsuccessful(Collection<RuleUpdateFailure> unsuccessful)
The rules that the operation couldn't update.
|
BatchUpdateRuleResult |
BatchUpdateRuleResult.withUnsuccessful(RuleUpdateFailure... unsuccessful)
The rules that the operation couldn't update.
|
Copyright © 2023. All rights reserved.