Uses of Interface
software.amazon.awssdk.services.networkmanager.model.AssociateLinkResponse.Builder
-
Packages that use AssociateLinkResponse.Builder Package Description software.amazon.awssdk.services.networkmanager.model -
-
Uses of AssociateLinkResponse.Builder in software.amazon.awssdk.services.networkmanager.model
Methods in software.amazon.awssdk.services.networkmanager.model that return AssociateLinkResponse.Builder Modifier and Type Method Description static AssociateLinkResponse.BuilderAssociateLinkResponse. builder()default AssociateLinkResponse.BuilderAssociateLinkResponse.Builder. linkAssociation(Consumer<LinkAssociation.Builder> linkAssociation)The link association.AssociateLinkResponse.BuilderAssociateLinkResponse.Builder. linkAssociation(LinkAssociation linkAssociation)The link association.AssociateLinkResponse.BuilderAssociateLinkResponse. toBuilder()Methods in software.amazon.awssdk.services.networkmanager.model that return types with arguments of type AssociateLinkResponse.Builder Modifier and Type Method Description static Class<? extends AssociateLinkResponse.Builder>AssociateLinkResponse. serializableBuilderClass()
-