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