| 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<UpdateListenerResult> |
AbstractAmazonVPCLatticeAsync.updateListenerAsync(UpdateListenerRequest request,
AsyncHandler<UpdateListenerRequest,UpdateListenerResult> asyncHandler) |
Future<UpdateListenerResult> |
AmazonVPCLatticeAsync.updateListenerAsync(UpdateListenerRequest updateListenerRequest,
AsyncHandler<UpdateListenerRequest,UpdateListenerResult> asyncHandler)
Updates the specified listener for the specified service.
|
Future<UpdateListenerResult> |
AmazonVPCLatticeAsyncClient.updateListenerAsync(UpdateListenerRequest request,
AsyncHandler<UpdateListenerRequest,UpdateListenerResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateListenerRequest |
UpdateListenerRequest.clone() |
UpdateListenerRequest |
UpdateListenerRequest.withDefaultAction(RuleAction defaultAction)
The action for the default rule.
|
UpdateListenerRequest |
UpdateListenerRequest.withListenerIdentifier(String listenerIdentifier)
The ID or Amazon Resource Name (ARN) of the listener.
|
UpdateListenerRequest |
UpdateListenerRequest.withServiceIdentifier(String serviceIdentifier)
The ID or Amazon Resource Name (ARN) of the service.
|
Copyright © 2023. All rights reserved.