| Package | Description |
|---|---|
| com.amazonaws.services.apigateway |
|
| com.amazonaws.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
GetVpcLinkResult |
AmazonApiGatewayClient.getVpcLink(GetVpcLinkRequest request)
Gets a specified VPC link under the caller's account in a region.
|
GetVpcLinkResult |
AbstractAmazonApiGateway.getVpcLink(GetVpcLinkRequest request) |
GetVpcLinkResult |
AmazonApiGateway.getVpcLink(GetVpcLinkRequest getVpcLinkRequest)
Gets a specified VPC link under the caller's account in a region.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetVpcLinkResult> |
AmazonApiGatewayAsyncClient.getVpcLinkAsync(GetVpcLinkRequest request) |
Future<GetVpcLinkResult> |
AbstractAmazonApiGatewayAsync.getVpcLinkAsync(GetVpcLinkRequest request) |
Future<GetVpcLinkResult> |
AmazonApiGatewayAsync.getVpcLinkAsync(GetVpcLinkRequest getVpcLinkRequest)
Gets a specified VPC link under the caller's account in a region.
|
Future<GetVpcLinkResult> |
AmazonApiGatewayAsyncClient.getVpcLinkAsync(GetVpcLinkRequest request,
AsyncHandler<GetVpcLinkRequest,GetVpcLinkResult> asyncHandler) |
Future<GetVpcLinkResult> |
AbstractAmazonApiGatewayAsync.getVpcLinkAsync(GetVpcLinkRequest request,
AsyncHandler<GetVpcLinkRequest,GetVpcLinkResult> asyncHandler) |
Future<GetVpcLinkResult> |
AmazonApiGatewayAsync.getVpcLinkAsync(GetVpcLinkRequest getVpcLinkRequest,
AsyncHandler<GetVpcLinkRequest,GetVpcLinkResult> asyncHandler)
Gets a specified VPC link under the caller's account in a region.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetVpcLinkResult> |
AmazonApiGatewayAsyncClient.getVpcLinkAsync(GetVpcLinkRequest request,
AsyncHandler<GetVpcLinkRequest,GetVpcLinkResult> asyncHandler) |
Future<GetVpcLinkResult> |
AbstractAmazonApiGatewayAsync.getVpcLinkAsync(GetVpcLinkRequest request,
AsyncHandler<GetVpcLinkRequest,GetVpcLinkResult> asyncHandler) |
Future<GetVpcLinkResult> |
AmazonApiGatewayAsync.getVpcLinkAsync(GetVpcLinkRequest getVpcLinkRequest,
AsyncHandler<GetVpcLinkRequest,GetVpcLinkResult> asyncHandler)
Gets a specified VPC link under the caller's account in a region.
|
| 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.withDescription(String description)
The description of the VPC link.
|
GetVpcLinkResult |
GetVpcLinkResult.withId(String id)
The identifier of the VpcLink.
|
GetVpcLinkResult |
GetVpcLinkResult.withName(String name)
The name used to label and identify the VPC link.
|
GetVpcLinkResult |
GetVpcLinkResult.withStatus(String status)
The status of the VPC link.
|
GetVpcLinkResult |
GetVpcLinkResult.withStatus(VpcLinkStatus status)
The status of the VPC link.
|
GetVpcLinkResult |
GetVpcLinkResult.withStatusMessage(String statusMessage)
A description about the VPC link status.
|
GetVpcLinkResult |
GetVpcLinkResult.withTags(Map<String,String> tags)
The collection of tags.
|
GetVpcLinkResult |
GetVpcLinkResult.withTargetArns(Collection<String> targetArns)
The ARN of the network load balancer of the VPC targeted by the VPC link.
|
GetVpcLinkResult |
GetVpcLinkResult.withTargetArns(String... targetArns)
The ARN of the network load balancer of the VPC targeted by the VPC link.
|
Copyright © 2025. All rights reserved.