Uses of Class
software.amazon.awssdk.services.networkmanager.model.UpdateDirectConnectGatewayAttachmentResponse
-
Packages that use UpdateDirectConnectGatewayAttachmentResponse 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. -
-
Uses of UpdateDirectConnectGatewayAttachmentResponse in software.amazon.awssdk.services.networkmanager
Methods in software.amazon.awssdk.services.networkmanager that return UpdateDirectConnectGatewayAttachmentResponse Modifier and Type Method Description default UpdateDirectConnectGatewayAttachmentResponseNetworkManagerClient. updateDirectConnectGatewayAttachment(Consumer<UpdateDirectConnectGatewayAttachmentRequest.Builder> updateDirectConnectGatewayAttachmentRequest)Updates the edge locations associated with an Amazon Web Services Direct Connect gateway attachment.default UpdateDirectConnectGatewayAttachmentResponseNetworkManagerClient. updateDirectConnectGatewayAttachment(UpdateDirectConnectGatewayAttachmentRequest updateDirectConnectGatewayAttachmentRequest)Updates the edge locations associated with an Amazon Web Services Direct Connect gateway attachment.Methods in software.amazon.awssdk.services.networkmanager that return types with arguments of type UpdateDirectConnectGatewayAttachmentResponse Modifier and Type Method Description default CompletableFuture<UpdateDirectConnectGatewayAttachmentResponse>NetworkManagerAsyncClient. updateDirectConnectGatewayAttachment(Consumer<UpdateDirectConnectGatewayAttachmentRequest.Builder> updateDirectConnectGatewayAttachmentRequest)Updates the edge locations associated with an Amazon Web Services Direct Connect gateway attachment.default CompletableFuture<UpdateDirectConnectGatewayAttachmentResponse>NetworkManagerAsyncClient. updateDirectConnectGatewayAttachment(UpdateDirectConnectGatewayAttachmentRequest updateDirectConnectGatewayAttachmentRequest)Updates the edge locations associated with an Amazon Web Services Direct Connect gateway attachment.
-