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