| 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 |
|---|---|
GetListenerResult |
AmazonVPCLatticeClient.getListener(GetListenerRequest request)
Retrieves information about the specified listener for the specified service.
|
GetListenerResult |
AbstractAmazonVPCLattice.getListener(GetListenerRequest request) |
GetListenerResult |
AmazonVPCLattice.getListener(GetListenerRequest getListenerRequest)
Retrieves information about the specified listener for the specified service.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetListenerResult> |
AbstractAmazonVPCLatticeAsync.getListenerAsync(GetListenerRequest request) |
Future<GetListenerResult> |
AmazonVPCLatticeAsyncClient.getListenerAsync(GetListenerRequest request) |
Future<GetListenerResult> |
AmazonVPCLatticeAsync.getListenerAsync(GetListenerRequest getListenerRequest)
Retrieves information about the specified listener for the specified service.
|
Future<GetListenerResult> |
AbstractAmazonVPCLatticeAsync.getListenerAsync(GetListenerRequest request,
AsyncHandler<GetListenerRequest,GetListenerResult> asyncHandler) |
Future<GetListenerResult> |
AmazonVPCLatticeAsyncClient.getListenerAsync(GetListenerRequest request,
AsyncHandler<GetListenerRequest,GetListenerResult> asyncHandler) |
Future<GetListenerResult> |
AmazonVPCLatticeAsync.getListenerAsync(GetListenerRequest getListenerRequest,
AsyncHandler<GetListenerRequest,GetListenerResult> asyncHandler)
Retrieves information about the specified listener for the specified service.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetListenerResult> |
AbstractAmazonVPCLatticeAsync.getListenerAsync(GetListenerRequest request,
AsyncHandler<GetListenerRequest,GetListenerResult> asyncHandler) |
Future<GetListenerResult> |
AmazonVPCLatticeAsyncClient.getListenerAsync(GetListenerRequest request,
AsyncHandler<GetListenerRequest,GetListenerResult> asyncHandler) |
Future<GetListenerResult> |
AmazonVPCLatticeAsync.getListenerAsync(GetListenerRequest getListenerRequest,
AsyncHandler<GetListenerRequest,GetListenerResult> asyncHandler)
Retrieves information about the specified listener for the specified service.
|
| Modifier and Type | Method and Description |
|---|---|
GetListenerResult |
GetListenerResult.clone() |
GetListenerResult |
GetListenerResult.withArn(String arn)
The Amazon Resource Name (ARN) of the listener.
|
GetListenerResult |
GetListenerResult.withCreatedAt(Date createdAt)
The date and time that the listener was created, specified in ISO-8601 format.
|
GetListenerResult |
GetListenerResult.withDefaultAction(RuleAction defaultAction)
The actions for the default listener rule.
|
GetListenerResult |
GetListenerResult.withId(String id)
The ID of the listener.
|
GetListenerResult |
GetListenerResult.withLastUpdatedAt(Date lastUpdatedAt)
The date and time that the listener was last updated, specified in ISO-8601 format.
|
GetListenerResult |
GetListenerResult.withName(String name)
The name of the listener.
|
GetListenerResult |
GetListenerResult.withPort(Integer port)
The listener port.
|
GetListenerResult |
GetListenerResult.withProtocol(ListenerProtocol protocol)
The listener protocol.
|
GetListenerResult |
GetListenerResult.withProtocol(String protocol)
The listener protocol.
|
GetListenerResult |
GetListenerResult.withServiceArn(String serviceArn)
The Amazon Resource Name (ARN) of the service.
|
GetListenerResult |
GetListenerResult.withServiceId(String serviceId)
The ID of the service.
|
Copyright © 2023. All rights reserved.