| Package | Description |
|---|---|
| com.amazonaws.services.networkmanager |
Amazon Web Services enables you to centrally manage your Amazon Web Services Cloud WAN core network and your Transit
Gateway network across Amazon Web Services accounts, Regions, and on-premises locations.
|
| com.amazonaws.services.networkmanager.model |
| Modifier and Type | Method and Description |
|---|---|
Future<GetNetworkRoutesResult> |
AbstractAWSNetworkManagerAsync.getNetworkRoutesAsync(GetNetworkRoutesRequest request,
AsyncHandler<GetNetworkRoutesRequest,GetNetworkRoutesResult> asyncHandler) |
Future<GetNetworkRoutesResult> |
AWSNetworkManagerAsyncClient.getNetworkRoutesAsync(GetNetworkRoutesRequest request,
AsyncHandler<GetNetworkRoutesRequest,GetNetworkRoutesResult> asyncHandler) |
Future<GetNetworkRoutesResult> |
AWSNetworkManagerAsync.getNetworkRoutesAsync(GetNetworkRoutesRequest getNetworkRoutesRequest,
AsyncHandler<GetNetworkRoutesRequest,GetNetworkRoutesResult> asyncHandler)
Gets the network routes of the specified global network.
|
| Modifier and Type | Method and Description |
|---|---|
GetNetworkRoutesRequest |
GetNetworkRoutesRequest.addDestinationFiltersEntry(String key,
List<String> value)
Add a single DestinationFilters entry
|
GetNetworkRoutesRequest |
GetNetworkRoutesRequest.clearDestinationFiltersEntries()
Removes all the entries added into DestinationFilters.
|
GetNetworkRoutesRequest |
GetNetworkRoutesRequest.clone() |
GetNetworkRoutesRequest |
GetNetworkRoutesRequest.withDestinationFilters(Map<String,List<String>> destinationFilters)
Filter by route table destination.
|
GetNetworkRoutesRequest |
GetNetworkRoutesRequest.withExactCidrMatches(Collection<String> exactCidrMatches)
An exact CIDR block.
|
GetNetworkRoutesRequest |
GetNetworkRoutesRequest.withExactCidrMatches(String... exactCidrMatches)
An exact CIDR block.
|
GetNetworkRoutesRequest |
GetNetworkRoutesRequest.withGlobalNetworkId(String globalNetworkId)
The ID of the global network.
|
GetNetworkRoutesRequest |
GetNetworkRoutesRequest.withLongestPrefixMatches(Collection<String> longestPrefixMatches)
The most specific route that matches the traffic (longest prefix match).
|
GetNetworkRoutesRequest |
GetNetworkRoutesRequest.withLongestPrefixMatches(String... longestPrefixMatches)
The most specific route that matches the traffic (longest prefix match).
|
GetNetworkRoutesRequest |
GetNetworkRoutesRequest.withPrefixListIds(Collection<String> prefixListIds)
The IDs of the prefix lists.
|
GetNetworkRoutesRequest |
GetNetworkRoutesRequest.withPrefixListIds(String... prefixListIds)
The IDs of the prefix lists.
|
GetNetworkRoutesRequest |
GetNetworkRoutesRequest.withRouteTableIdentifier(RouteTableIdentifier routeTableIdentifier)
The ID of the route table.
|
GetNetworkRoutesRequest |
GetNetworkRoutesRequest.withStates(Collection<String> states)
The route states.
|
GetNetworkRoutesRequest |
GetNetworkRoutesRequest.withStates(RouteState... states)
The route states.
|
GetNetworkRoutesRequest |
GetNetworkRoutesRequest.withStates(String... states)
The route states.
|
GetNetworkRoutesRequest |
GetNetworkRoutesRequest.withSubnetOfMatches(Collection<String> subnetOfMatches)
The routes with a subnet that match the specified CIDR filter.
|
GetNetworkRoutesRequest |
GetNetworkRoutesRequest.withSubnetOfMatches(String... subnetOfMatches)
The routes with a subnet that match the specified CIDR filter.
|
GetNetworkRoutesRequest |
GetNetworkRoutesRequest.withSupernetOfMatches(Collection<String> supernetOfMatches)
The routes with a CIDR that encompasses the CIDR filter.
|
GetNetworkRoutesRequest |
GetNetworkRoutesRequest.withSupernetOfMatches(String... supernetOfMatches)
The routes with a CIDR that encompasses the CIDR filter.
|
GetNetworkRoutesRequest |
GetNetworkRoutesRequest.withTypes(Collection<String> types)
The route types.
|
GetNetworkRoutesRequest |
GetNetworkRoutesRequest.withTypes(RouteType... types)
The route types.
|
GetNetworkRoutesRequest |
GetNetworkRoutesRequest.withTypes(String... types)
The route types.
|
Copyright © 2024. All rights reserved.