| Package | Description |
|---|---|
| com.amazonaws.services.apigatewayv2 |
Amazon API Gateway V2
|
| com.amazonaws.services.apigatewayv2.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateVpcLinkResult> |
AmazonApiGatewayV2AsyncClient.createVpcLinkAsync(CreateVpcLinkRequest request,
AsyncHandler<CreateVpcLinkRequest,CreateVpcLinkResult> asyncHandler) |
Future<CreateVpcLinkResult> |
AmazonApiGatewayV2Async.createVpcLinkAsync(CreateVpcLinkRequest createVpcLinkRequest,
AsyncHandler<CreateVpcLinkRequest,CreateVpcLinkResult> asyncHandler)
Creates a VPC link.
|
Future<CreateVpcLinkResult> |
AbstractAmazonApiGatewayV2Async.createVpcLinkAsync(CreateVpcLinkRequest request,
AsyncHandler<CreateVpcLinkRequest,CreateVpcLinkResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateVpcLinkRequest |
CreateVpcLinkRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateVpcLinkRequest |
CreateVpcLinkRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateVpcLinkRequest |
CreateVpcLinkRequest.clone() |
CreateVpcLinkRequest |
CreateVpcLinkRequest.withName(String name)
The name of the VPC link.
|
CreateVpcLinkRequest |
CreateVpcLinkRequest.withSecurityGroupIds(Collection<String> securityGroupIds)
A list of security group IDs for the VPC link.
|
CreateVpcLinkRequest |
CreateVpcLinkRequest.withSecurityGroupIds(String... securityGroupIds)
A list of security group IDs for the VPC link.
|
CreateVpcLinkRequest |
CreateVpcLinkRequest.withSubnetIds(Collection<String> subnetIds)
A list of subnet IDs to include in the VPC link.
|
CreateVpcLinkRequest |
CreateVpcLinkRequest.withSubnetIds(String... subnetIds)
A list of subnet IDs to include in the VPC link.
|
CreateVpcLinkRequest |
CreateVpcLinkRequest.withTags(Map<String,String> tags)
A list of tags.
|
Copyright © 2020. All rights reserved.