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