Uses of Class
software.amazon.awssdk.services.directconnect.model.DescribeDirectConnectGatewayAttachmentsResponse
-
Packages that use DescribeDirectConnectGatewayAttachmentsResponse Package Description software.amazon.awssdk.services.directconnect Direct Connect links your internal network to an Direct Connect location over a standard Ethernet fiber-optic cable. -
-
Uses of DescribeDirectConnectGatewayAttachmentsResponse in software.amazon.awssdk.services.directconnect
Methods in software.amazon.awssdk.services.directconnect that return DescribeDirectConnectGatewayAttachmentsResponse Modifier and Type Method Description default DescribeDirectConnectGatewayAttachmentsResponseDirectConnectClient. describeDirectConnectGatewayAttachments(Consumer<DescribeDirectConnectGatewayAttachmentsRequest.Builder> describeDirectConnectGatewayAttachmentsRequest)Lists the attachments between your Direct Connect gateways and virtual interfaces.default DescribeDirectConnectGatewayAttachmentsResponseDirectConnectClient. describeDirectConnectGatewayAttachments(DescribeDirectConnectGatewayAttachmentsRequest describeDirectConnectGatewayAttachmentsRequest)Lists the attachments between your Direct Connect gateways and virtual interfaces.Methods in software.amazon.awssdk.services.directconnect that return types with arguments of type DescribeDirectConnectGatewayAttachmentsResponse Modifier and Type Method Description default CompletableFuture<DescribeDirectConnectGatewayAttachmentsResponse>DirectConnectAsyncClient. describeDirectConnectGatewayAttachments(Consumer<DescribeDirectConnectGatewayAttachmentsRequest.Builder> describeDirectConnectGatewayAttachmentsRequest)Lists the attachments between your Direct Connect gateways and virtual interfaces.default CompletableFuture<DescribeDirectConnectGatewayAttachmentsResponse>DirectConnectAsyncClient. describeDirectConnectGatewayAttachments(DescribeDirectConnectGatewayAttachmentsRequest describeDirectConnectGatewayAttachmentsRequest)Lists the attachments between your Direct Connect gateways and virtual interfaces.
-