| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigateway |
|
| software.amazon.awssdk.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
default CreateVpcLinkResponse |
ApiGatewayClient.createVpcLink(Consumer<CreateVpcLinkRequest.Builder> 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.
|
default CompletableFuture<CreateVpcLinkResponse> |
ApiGatewayAsyncClient.createVpcLink(Consumer<CreateVpcLinkRequest.Builder> 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.
|
| Modifier and Type | Method and Description |
|---|---|
static CreateVpcLinkRequest.Builder |
CreateVpcLinkRequest.builder() |
CreateVpcLinkRequest.Builder |
CreateVpcLinkRequest.Builder.description(String description)
The description of the VPC link.
|
CreateVpcLinkRequest.Builder |
CreateVpcLinkRequest.Builder.name(String name)
The name used to label and identify the VPC link.
|
CreateVpcLinkRequest.Builder |
CreateVpcLinkRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateVpcLinkRequest.Builder |
CreateVpcLinkRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateVpcLinkRequest.Builder |
CreateVpcLinkRequest.Builder.tags(Map<String,String> tags)
The key-value map of strings.
|
CreateVpcLinkRequest.Builder |
CreateVpcLinkRequest.Builder.targetArns(Collection<String> targetArns)
The ARN of the network load balancer of the VPC targeted by the VPC link.
|
CreateVpcLinkRequest.Builder |
CreateVpcLinkRequest.Builder.targetArns(String... targetArns)
The ARN of the network load balancer of the VPC targeted by the VPC link.
|
CreateVpcLinkRequest.Builder |
CreateVpcLinkRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateVpcLinkRequest.Builder> |
CreateVpcLinkRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.