Uses of Interface
software.amazon.awssdk.services.apigateway.model.CreateVpcLinkRequest.Builder
Packages that use CreateVpcLinkRequest.Builder
Package
Description
-
Uses of CreateVpcLinkRequest.Builder in software.amazon.awssdk.services.apigateway
Method parameters in software.amazon.awssdk.services.apigateway with type arguments of type CreateVpcLinkRequest.BuilderModifier and TypeMethodDescriptiondefault 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 CreateVpcLinkResponseApiGatewayClient.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. -
Uses of CreateVpcLinkRequest.Builder in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return CreateVpcLinkRequest.BuilderModifier and TypeMethodDescriptionstatic CreateVpcLinkRequest.BuilderCreateVpcLinkRequest.builder()CreateVpcLinkRequest.Builder.description(String description) The description of the VPC link.The name used to label and identify the VPC link.CreateVpcLinkRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreateVpcLinkRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The key-value map of strings.CreateVpcLinkRequest.Builder.targetArns(String... targetArns) The ARN of the network load balancer of the VPC targeted by the VPC link.CreateVpcLinkRequest.Builder.targetArns(Collection<String> targetArns) The ARN of the network load balancer of the VPC targeted by the VPC link.CreateVpcLinkRequest.toBuilder()Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type CreateVpcLinkRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateVpcLinkRequest.Builder>CreateVpcLinkRequest.serializableBuilderClass()