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