Uses of Class
software.amazon.awssdk.services.directconnect.model.DirectConnectGatewayAttachment
-
Packages that use DirectConnectGatewayAttachment Package Description software.amazon.awssdk.services.directconnect.model -
-
Uses of DirectConnectGatewayAttachment in software.amazon.awssdk.services.directconnect.model
Methods in software.amazon.awssdk.services.directconnect.model that return types with arguments of type DirectConnectGatewayAttachment Modifier and Type Method Description List<DirectConnectGatewayAttachment>DescribeDirectConnectGatewayAttachmentsResponse. directConnectGatewayAttachments()The attachments.Methods in software.amazon.awssdk.services.directconnect.model with parameters of type DirectConnectGatewayAttachment Modifier and Type Method Description DescribeDirectConnectGatewayAttachmentsResponse.BuilderDescribeDirectConnectGatewayAttachmentsResponse.Builder. directConnectGatewayAttachments(DirectConnectGatewayAttachment... directConnectGatewayAttachments)The attachments.Method parameters in software.amazon.awssdk.services.directconnect.model with type arguments of type DirectConnectGatewayAttachment Modifier and Type Method Description DescribeDirectConnectGatewayAttachmentsResponse.BuilderDescribeDirectConnectGatewayAttachmentsResponse.Builder. directConnectGatewayAttachments(Collection<DirectConnectGatewayAttachment> directConnectGatewayAttachments)The attachments.
-