Uses of Interface
software.amazon.awssdk.services.apigateway.model.UpdateVpcLinkRequest.Builder
Packages that use UpdateVpcLinkRequest.Builder
Package
Description
-
Uses of UpdateVpcLinkRequest.Builder in software.amazon.awssdk.services.apigateway
Method parameters in software.amazon.awssdk.services.apigateway with type arguments of type UpdateVpcLinkRequest.BuilderModifier and TypeMethodDescriptiondefault 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.BuilderModifier and TypeMethodDescriptionstatic UpdateVpcLinkRequest.BuilderUpdateVpcLinkRequest.builder()UpdateVpcLinkRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) UpdateVpcLinkRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) UpdateVpcLinkRequest.Builder.patchOperations(Collection<PatchOperation> patchOperations) For more information about supported patch operations, see Patch Operations.UpdateVpcLinkRequest.Builder.patchOperations(Consumer<PatchOperation.Builder>... patchOperations) For more information about supported patch operations, see Patch Operations.UpdateVpcLinkRequest.Builder.patchOperations(PatchOperation... patchOperations) For more information about supported patch operations, see Patch Operations.UpdateVpcLinkRequest.toBuilder()The identifier of the VpcLink.Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type UpdateVpcLinkRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends UpdateVpcLinkRequest.Builder>UpdateVpcLinkRequest.serializableBuilderClass()