| 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<CreateListenerResult> |
AbstractAmazonVPCLatticeAsync.createListenerAsync(CreateListenerRequest request,
AsyncHandler<CreateListenerRequest,CreateListenerResult> asyncHandler) |
Future<CreateListenerResult> |
AmazonVPCLatticeAsync.createListenerAsync(CreateListenerRequest createListenerRequest,
AsyncHandler<CreateListenerRequest,CreateListenerResult> asyncHandler)
Creates a listener for a service.
|
Future<CreateListenerResult> |
AmazonVPCLatticeAsyncClient.createListenerAsync(CreateListenerRequest request,
AsyncHandler<CreateListenerRequest,CreateListenerResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateListenerRequest |
CreateListenerRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateListenerRequest |
CreateListenerRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateListenerRequest |
CreateListenerRequest.clone() |
CreateListenerRequest |
CreateListenerRequest.withClientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreateListenerRequest |
CreateListenerRequest.withDefaultAction(RuleAction defaultAction)
The action for the default rule.
|
CreateListenerRequest |
CreateListenerRequest.withName(String name)
The name of the listener.
|
CreateListenerRequest |
CreateListenerRequest.withPort(Integer port)
The listener port.
|
CreateListenerRequest |
CreateListenerRequest.withProtocol(ListenerProtocol protocol)
The listener protocol HTTP or HTTPS.
|
CreateListenerRequest |
CreateListenerRequest.withProtocol(String protocol)
The listener protocol HTTP or HTTPS.
|
CreateListenerRequest |
CreateListenerRequest.withServiceIdentifier(String serviceIdentifier)
The ID or Amazon Resource Name (ARN) of the service.
|
CreateListenerRequest |
CreateListenerRequest.withTags(Map<String,String> tags)
The tags for the listener.
|
Copyright © 2023. All rights reserved.