| Package | Description |
|---|---|
| com.amazonaws.services.apigatewayv2 |
Amazon API Gateway V2
|
| com.amazonaws.services.apigatewayv2.model |
| Modifier and Type | Method and Description |
|---|---|
GetVpcLinksResult |
AbstractAmazonApiGatewayV2.getVpcLinks(GetVpcLinksRequest request) |
GetVpcLinksResult |
AmazonApiGatewayV2Client.getVpcLinks(GetVpcLinksRequest request)
Gets a collection of VPC links.
|
GetVpcLinksResult |
AmazonApiGatewayV2.getVpcLinks(GetVpcLinksRequest getVpcLinksRequest)
Gets a collection of VPC links.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetVpcLinksResult> |
AmazonApiGatewayV2AsyncClient.getVpcLinksAsync(GetVpcLinksRequest request,
AsyncHandler<GetVpcLinksRequest,GetVpcLinksResult> asyncHandler) |
Future<GetVpcLinksResult> |
AmazonApiGatewayV2Async.getVpcLinksAsync(GetVpcLinksRequest getVpcLinksRequest,
AsyncHandler<GetVpcLinksRequest,GetVpcLinksResult> asyncHandler)
Gets a collection of VPC links.
|
Future<GetVpcLinksResult> |
AbstractAmazonApiGatewayV2Async.getVpcLinksAsync(GetVpcLinksRequest request,
AsyncHandler<GetVpcLinksRequest,GetVpcLinksResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetVpcLinksResult |
GetVpcLinksResult.clone() |
GetVpcLinksResult |
GetVpcLinksResult.withItems(Collection<VpcLink> items)
A collection of VPC links.
|
GetVpcLinksResult |
GetVpcLinksResult.withItems(VpcLink... items)
A collection of VPC links.
|
GetVpcLinksResult |
GetVpcLinksResult.withNextToken(String nextToken)
The next page of elements from this collection.
|
Copyright © 2020. All rights reserved.