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