| Package | Description |
|---|---|
| com.amazonaws.services.apigateway |
|
| com.amazonaws.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateVpcLinkResult |
AbstractAmazonApiGateway.updateVpcLink(UpdateVpcLinkRequest request) |
UpdateVpcLinkResult |
AmazonApiGateway.updateVpcLink(UpdateVpcLinkRequest updateVpcLinkRequest)
Updates an existing VpcLink of a specified identifier.
|
UpdateVpcLinkResult |
AmazonApiGatewayClient.updateVpcLink(UpdateVpcLinkRequest request)
Updates an existing VpcLink of a specified identifier.
|
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateVpcLinkResult> |
AmazonApiGatewayAsync.updateVpcLinkAsync(UpdateVpcLinkRequest updateVpcLinkRequest,
AsyncHandler<UpdateVpcLinkRequest,UpdateVpcLinkResult> asyncHandler)
Updates an existing VpcLink of a specified identifier.
|
Future<UpdateVpcLinkResult> |
AmazonApiGatewayAsyncClient.updateVpcLinkAsync(UpdateVpcLinkRequest request,
AsyncHandler<UpdateVpcLinkRequest,UpdateVpcLinkResult> asyncHandler) |
Future<UpdateVpcLinkResult> |
AbstractAmazonApiGatewayAsync.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.withDescription(String description)
The description of the VPC link.
|
UpdateVpcLinkResult |
UpdateVpcLinkResult.withId(String id)
The identifier of the VpcLink.
|
UpdateVpcLinkResult |
UpdateVpcLinkResult.withName(String name)
The name used to label and identify the VPC link.
|
UpdateVpcLinkResult |
UpdateVpcLinkResult.withStatus(String status)
The status of the VPC link.
|
UpdateVpcLinkResult |
UpdateVpcLinkResult.withStatus(VpcLinkStatus status)
The status of the VPC link.
|
UpdateVpcLinkResult |
UpdateVpcLinkResult.withStatusMessage(String statusMessage)
A description about the VPC link status.
|
UpdateVpcLinkResult |
UpdateVpcLinkResult.withTags(Map<String,String> tags)
The collection of tags.
|
UpdateVpcLinkResult |
UpdateVpcLinkResult.withTargetArns(Collection<String> targetArns)
The ARN of the network load balancer of the VPC targeted by the VPC link.
|
UpdateVpcLinkResult |
UpdateVpcLinkResult.withTargetArns(String... targetArns)
The ARN of the network load balancer of the VPC targeted by the VPC link.
|
Copyright © 2021. All rights reserved.