| Package | Description |
|---|---|
| com.amazonaws.services.apigateway |
|
| com.amazonaws.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
CreateVpcLinkResult |
AmazonApiGatewayClient.createVpcLink(CreateVpcLinkRequest request)
Creates a VPC link, under the caller's account in a selected region, in an asynchronous operation that typically
takes 2-4 minutes to complete and become operational.
|
CreateVpcLinkResult |
AbstractAmazonApiGateway.createVpcLink(CreateVpcLinkRequest request) |
CreateVpcLinkResult |
AmazonApiGateway.createVpcLink(CreateVpcLinkRequest createVpcLinkRequest)
Creates a VPC link, under the caller's account in a selected region, in an asynchronous operation that typically
takes 2-4 minutes to complete and become operational.
|
Future<CreateVpcLinkResult> |
AmazonApiGatewayAsyncClient.createVpcLinkAsync(CreateVpcLinkRequest request) |
Future<CreateVpcLinkResult> |
AbstractAmazonApiGatewayAsync.createVpcLinkAsync(CreateVpcLinkRequest request) |
Future<CreateVpcLinkResult> |
AmazonApiGatewayAsync.createVpcLinkAsync(CreateVpcLinkRequest createVpcLinkRequest)
Creates a VPC link, under the caller's account in a selected region, in an asynchronous operation that typically
takes 2-4 minutes to complete and become operational.
|
Future<CreateVpcLinkResult> |
AmazonApiGatewayAsyncClient.createVpcLinkAsync(CreateVpcLinkRequest request,
AsyncHandler<CreateVpcLinkRequest,CreateVpcLinkResult> asyncHandler) |
Future<CreateVpcLinkResult> |
AbstractAmazonApiGatewayAsync.createVpcLinkAsync(CreateVpcLinkRequest request,
AsyncHandler<CreateVpcLinkRequest,CreateVpcLinkResult> asyncHandler) |
Future<CreateVpcLinkResult> |
AmazonApiGatewayAsync.createVpcLinkAsync(CreateVpcLinkRequest createVpcLinkRequest,
AsyncHandler<CreateVpcLinkRequest,CreateVpcLinkResult> asyncHandler)
Creates a VPC link, under the caller's account in a selected region, in an asynchronous operation that typically
takes 2-4 minutes to complete and become operational.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateVpcLinkResult> |
AmazonApiGatewayAsyncClient.createVpcLinkAsync(CreateVpcLinkRequest request,
AsyncHandler<CreateVpcLinkRequest,CreateVpcLinkResult> asyncHandler) |
Future<CreateVpcLinkResult> |
AbstractAmazonApiGatewayAsync.createVpcLinkAsync(CreateVpcLinkRequest request,
AsyncHandler<CreateVpcLinkRequest,CreateVpcLinkResult> asyncHandler) |
Future<CreateVpcLinkResult> |
AmazonApiGatewayAsync.createVpcLinkAsync(CreateVpcLinkRequest createVpcLinkRequest,
AsyncHandler<CreateVpcLinkRequest,CreateVpcLinkResult> asyncHandler)
Creates a VPC link, under the caller's account in a selected region, in an asynchronous operation that typically
takes 2-4 minutes to complete and become operational.
|
| Modifier and Type | Method and Description |
|---|---|
CreateVpcLinkRequest |
CreateVpcLinkRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateVpcLinkRequest |
CreateVpcLinkRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateVpcLinkRequest |
CreateVpcLinkRequest.clone() |
CreateVpcLinkRequest |
CreateVpcLinkRequest.withDescription(String description)
The description of the VPC link.
|
CreateVpcLinkRequest |
CreateVpcLinkRequest.withName(String name)
The name used to label and identify the VPC link.
|
CreateVpcLinkRequest |
CreateVpcLinkRequest.withTags(Map<String,String> tags)
The key-value map of strings.
|
CreateVpcLinkRequest |
CreateVpcLinkRequest.withTargetArns(Collection<String> targetArns)
The ARN of the network load balancer of the VPC targeted by the VPC link.
|
CreateVpcLinkRequest |
CreateVpcLinkRequest.withTargetArns(String... targetArns)
The ARN of the network load balancer of the VPC targeted by the VPC link.
|
Copyright © 2023. All rights reserved.