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 |
AmazonApiGateway.getVpcLink(GetVpcLinkRequest getVpcLinkRequest)
Gets a specified VPC link under the caller's account in a region.
|
GetVpcLinkResult |
AbstractAmazonApiGateway.getVpcLink(GetVpcLinkRequest request) |
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.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.withTargetArns(Collection<String> targetArns)
The ARNs of network load balancers of the VPC targeted by the VPC link.
|
GetVpcLinkResult |
GetVpcLinkResult.withTargetArns(String... targetArns)
The ARNs of network load balancers of the VPC targeted by the VPC link.
|
Copyright © 2018. All rights reserved.