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