| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigateway |
|
| software.amazon.awssdk.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
default UpdateVpcLinkResponse |
ApiGatewayClient.updateVpcLink(Consumer<UpdateVpcLinkRequest.Builder> updateVpcLinkRequest)
Updates an existing VpcLink of a specified identifier.
|
default CompletableFuture<UpdateVpcLinkResponse> |
ApiGatewayAsyncClient.updateVpcLink(Consumer<UpdateVpcLinkRequest.Builder> updateVpcLinkRequest)
Updates an existing VpcLink of a specified identifier.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateVpcLinkRequest.Builder |
UpdateVpcLinkRequest.builder() |
UpdateVpcLinkRequest.Builder |
UpdateVpcLinkRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateVpcLinkRequest.Builder |
UpdateVpcLinkRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateVpcLinkRequest.Builder |
UpdateVpcLinkRequest.Builder.patchOperations(Collection<PatchOperation> patchOperations)
For more information about supported patch operations, see Patch Operations.
|
UpdateVpcLinkRequest.Builder |
UpdateVpcLinkRequest.Builder.patchOperations(Consumer<PatchOperation.Builder>... patchOperations)
For more information about supported patch operations, see Patch Operations.
|
UpdateVpcLinkRequest.Builder |
UpdateVpcLinkRequest.Builder.patchOperations(PatchOperation... patchOperations)
For more information about supported patch operations, see Patch Operations.
|
UpdateVpcLinkRequest.Builder |
UpdateVpcLinkRequest.toBuilder() |
UpdateVpcLinkRequest.Builder |
UpdateVpcLinkRequest.Builder.vpcLinkId(String vpcLinkId)
The identifier of the VpcLink.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateVpcLinkRequest.Builder> |
UpdateVpcLinkRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.