| 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 |
|---|---|
UpdateListenerResult |
AmazonVPCLatticeClient.updateListener(UpdateListenerRequest request)
Updates the specified listener for the specified service.
|
UpdateListenerResult |
AbstractAmazonVPCLattice.updateListener(UpdateListenerRequest request) |
UpdateListenerResult |
AmazonVPCLattice.updateListener(UpdateListenerRequest updateListenerRequest)
Updates the specified listener for the specified service.
|
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateListenerResult> |
AbstractAmazonVPCLatticeAsync.updateListenerAsync(UpdateListenerRequest request,
AsyncHandler<UpdateListenerRequest,UpdateListenerResult> asyncHandler) |
Future<UpdateListenerResult> |
AmazonVPCLatticeAsyncClient.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.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateListenerResult |
UpdateListenerResult.clone() |
UpdateListenerResult |
UpdateListenerResult.withArn(String arn)
The Amazon Resource Name (ARN) of the listener.
|
UpdateListenerResult |
UpdateListenerResult.withDefaultAction(RuleAction defaultAction)
The action for the default rule.
|
UpdateListenerResult |
UpdateListenerResult.withId(String id)
The ID of the listener.
|
UpdateListenerResult |
UpdateListenerResult.withName(String name)
The name of the listener.
|
UpdateListenerResult |
UpdateListenerResult.withPort(Integer port)
The listener port.
|
UpdateListenerResult |
UpdateListenerResult.withProtocol(ListenerProtocol protocol)
The protocol of the listener.
|
UpdateListenerResult |
UpdateListenerResult.withProtocol(String protocol)
The protocol of the listener.
|
UpdateListenerResult |
UpdateListenerResult.withServiceArn(String serviceArn)
The Amazon Resource Name (ARN) of the service.
|
UpdateListenerResult |
UpdateListenerResult.withServiceId(String serviceId)
The ID of the service.
|
Copyright © 2023. All rights reserved.