| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigateway |
|
| Modifier and Type | Method and Description |
|---|---|
default DeleteVpcLinkResponse |
ApiGatewayClient.deleteVpcLink(Consumer<DeleteVpcLinkRequest.Builder> deleteVpcLinkRequest)
Deletes an existing VpcLink of a specified identifier.
|
default DeleteVpcLinkResponse |
ApiGatewayClient.deleteVpcLink(DeleteVpcLinkRequest deleteVpcLinkRequest)
Deletes an existing VpcLink of a specified identifier.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DeleteVpcLinkResponse> |
ApiGatewayAsyncClient.deleteVpcLink(Consumer<DeleteVpcLinkRequest.Builder> deleteVpcLinkRequest)
Deletes an existing VpcLink of a specified identifier.
|
default CompletableFuture<DeleteVpcLinkResponse> |
ApiGatewayAsyncClient.deleteVpcLink(DeleteVpcLinkRequest deleteVpcLinkRequest)
Deletes an existing VpcLink of a specified identifier.
|
Copyright © 2023. All rights reserved.