Uses of Interface
software.amazon.awssdk.services.networkmanager.model.UpdateLinkResponse.Builder
-
Packages that use UpdateLinkResponse.Builder Package Description software.amazon.awssdk.services.networkmanager.model -
-
Uses of UpdateLinkResponse.Builder in software.amazon.awssdk.services.networkmanager.model
Methods in software.amazon.awssdk.services.networkmanager.model that return UpdateLinkResponse.Builder Modifier and Type Method Description static UpdateLinkResponse.BuilderUpdateLinkResponse. builder()default UpdateLinkResponse.BuilderUpdateLinkResponse.Builder. link(Consumer<Link.Builder> link)Information about the link.UpdateLinkResponse.BuilderUpdateLinkResponse.Builder. link(Link link)Information about the link.UpdateLinkResponse.BuilderUpdateLinkResponse. toBuilder()Methods in software.amazon.awssdk.services.networkmanager.model that return types with arguments of type UpdateLinkResponse.Builder Modifier and Type Method Description static Class<? extends UpdateLinkResponse.Builder>UpdateLinkResponse. serializableBuilderClass()
-