Uses of Interface
software.amazon.awssdk.services.networkmanager.model.DisassociateLinkRequest.Builder
-
Packages that use DisassociateLinkRequest.Builder Package Description software.amazon.awssdk.services.networkmanager Amazon Web Services enables you to centrally manage your Amazon Web Services Cloud WAN core network and your Transit Gateway network across Amazon Web Services accounts, Regions, and on-premises locations.software.amazon.awssdk.services.networkmanager.model -
-
Uses of DisassociateLinkRequest.Builder in software.amazon.awssdk.services.networkmanager
Method parameters in software.amazon.awssdk.services.networkmanager with type arguments of type DisassociateLinkRequest.Builder Modifier and Type Method Description default CompletableFuture<DisassociateLinkResponse>NetworkManagerAsyncClient. disassociateLink(Consumer<DisassociateLinkRequest.Builder> disassociateLinkRequest)Disassociates an existing device from a link.default DisassociateLinkResponseNetworkManagerClient. disassociateLink(Consumer<DisassociateLinkRequest.Builder> disassociateLinkRequest)Disassociates an existing device from a link. -
Uses of DisassociateLinkRequest.Builder in software.amazon.awssdk.services.networkmanager.model
Methods in software.amazon.awssdk.services.networkmanager.model that return DisassociateLinkRequest.Builder Modifier and Type Method Description static DisassociateLinkRequest.BuilderDisassociateLinkRequest. builder()DisassociateLinkRequest.BuilderDisassociateLinkRequest.Builder. deviceId(String deviceId)The ID of the device.DisassociateLinkRequest.BuilderDisassociateLinkRequest.Builder. globalNetworkId(String globalNetworkId)The ID of the global network.DisassociateLinkRequest.BuilderDisassociateLinkRequest.Builder. linkId(String linkId)The ID of the link.DisassociateLinkRequest.BuilderDisassociateLinkRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DisassociateLinkRequest.BuilderDisassociateLinkRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DisassociateLinkRequest.BuilderDisassociateLinkRequest. toBuilder()Methods in software.amazon.awssdk.services.networkmanager.model that return types with arguments of type DisassociateLinkRequest.Builder Modifier and Type Method Description static Class<? extends DisassociateLinkRequest.Builder>DisassociateLinkRequest. serializableBuilderClass()
-