| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigateway |
|
| 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 CreateVpcLinkResponse |
ApiGatewayClient.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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
default CompletableFuture<CreateVpcLinkResponse> |
ApiGatewayAsyncClient.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.
|
Copyright © 2023. All rights reserved.