Uses of Interface
software.amazon.awssdk.services.apigateway.model.UpdateVpcLinkRequest.Builder
-
Packages that use UpdateVpcLinkRequest.Builder Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway software.amazon.awssdk.services.apigateway.model -
-
Uses of UpdateVpcLinkRequest.Builder in software.amazon.awssdk.services.apigateway
Method parameters in software.amazon.awssdk.services.apigateway with type arguments of type UpdateVpcLinkRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateVpcLinkResponse>ApiGatewayAsyncClient. updateVpcLink(Consumer<UpdateVpcLinkRequest.Builder> updateVpcLinkRequest)Updates an existing VpcLink of a specified identifier.default UpdateVpcLinkResponseApiGatewayClient. updateVpcLink(Consumer<UpdateVpcLinkRequest.Builder> updateVpcLinkRequest)Updates an existing VpcLink of a specified identifier. -
Uses of UpdateVpcLinkRequest.Builder in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return UpdateVpcLinkRequest.Builder Modifier and Type Method Description static UpdateVpcLinkRequest.BuilderUpdateVpcLinkRequest. builder()UpdateVpcLinkRequest.BuilderUpdateVpcLinkRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateVpcLinkRequest.BuilderUpdateVpcLinkRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateVpcLinkRequest.BuilderUpdateVpcLinkRequest.Builder. patchOperations(Collection<PatchOperation> patchOperations)For more information about supported patch operations, see Patch Operations.UpdateVpcLinkRequest.BuilderUpdateVpcLinkRequest.Builder. patchOperations(Consumer<PatchOperation.Builder>... patchOperations)For more information about supported patch operations, see Patch Operations.UpdateVpcLinkRequest.BuilderUpdateVpcLinkRequest.Builder. patchOperations(PatchOperation... patchOperations)For more information about supported patch operations, see Patch Operations.UpdateVpcLinkRequest.BuilderUpdateVpcLinkRequest. toBuilder()UpdateVpcLinkRequest.BuilderUpdateVpcLinkRequest.Builder. vpcLinkId(String vpcLinkId)The identifier of the VpcLink.Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type UpdateVpcLinkRequest.Builder Modifier and Type Method Description static Class<? extends UpdateVpcLinkRequest.Builder>UpdateVpcLinkRequest. serializableBuilderClass()
-