| Package | Description |
|---|---|
| com.amazonaws.services.apigatewayv2 |
Amazon API Gateway V2
|
| com.amazonaws.services.apigatewayv2.model |
| Modifier and Type | Method and Description |
|---|---|
CreateVpcLinkResult |
AbstractAmazonApiGatewayV2.createVpcLink(CreateVpcLinkRequest request) |
CreateVpcLinkResult |
AmazonApiGatewayV2.createVpcLink(CreateVpcLinkRequest createVpcLinkRequest)
Creates a VPC link.
|
CreateVpcLinkResult |
AmazonApiGatewayV2Client.createVpcLink(CreateVpcLinkRequest request)
Creates a VPC link.
|
| 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 |
|---|---|
CreateVpcLinkResult |
CreateVpcLinkResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateVpcLinkResult |
CreateVpcLinkResult.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateVpcLinkResult |
CreateVpcLinkResult.clone() |
CreateVpcLinkResult |
CreateVpcLinkResult.withCreatedDate(Date createdDate)
The timestamp when the VPC link was created.
|
CreateVpcLinkResult |
CreateVpcLinkResult.withName(String name)
The name of the VPC link.
|
CreateVpcLinkResult |
CreateVpcLinkResult.withSecurityGroupIds(Collection<String> securityGroupIds)
A list of security group IDs for the VPC link.
|
CreateVpcLinkResult |
CreateVpcLinkResult.withSecurityGroupIds(String... securityGroupIds)
A list of security group IDs for the VPC link.
|
CreateVpcLinkResult |
CreateVpcLinkResult.withSubnetIds(Collection<String> subnetIds)
A list of subnet IDs to include in the VPC link.
|
CreateVpcLinkResult |
CreateVpcLinkResult.withSubnetIds(String... subnetIds)
A list of subnet IDs to include in the VPC link.
|
CreateVpcLinkResult |
CreateVpcLinkResult.withTags(Map<String,String> tags)
Tags for the VPC link.
|
CreateVpcLinkResult |
CreateVpcLinkResult.withVpcLinkId(String vpcLinkId)
The ID of the VPC link.
|
CreateVpcLinkResult |
CreateVpcLinkResult.withVpcLinkStatus(String vpcLinkStatus)
The status of the VPC link.
|
CreateVpcLinkResult |
CreateVpcLinkResult.withVpcLinkStatus(VpcLinkStatus vpcLinkStatus)
The status of the VPC link.
|
CreateVpcLinkResult |
CreateVpcLinkResult.withVpcLinkStatusMessage(String vpcLinkStatusMessage)
A message summarizing the cause of the status of the VPC link.
|
CreateVpcLinkResult |
CreateVpcLinkResult.withVpcLinkVersion(String vpcLinkVersion)
The version of the VPC link.
|
CreateVpcLinkResult |
CreateVpcLinkResult.withVpcLinkVersion(VpcLinkVersion vpcLinkVersion)
The version of the VPC link.
|
Copyright © 2024. All rights reserved.