Uses of Interface
software.amazon.awssdk.services.directconnect.model.DescribeDirectConnectGatewayAttachmentsRequest.Builder
-
Packages that use DescribeDirectConnectGatewayAttachmentsRequest.Builder 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.software.amazon.awssdk.services.directconnect.model -
-
Uses of DescribeDirectConnectGatewayAttachmentsRequest.Builder in software.amazon.awssdk.services.directconnect
Method parameters in software.amazon.awssdk.services.directconnect with type arguments of type DescribeDirectConnectGatewayAttachmentsRequest.Builder 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 DescribeDirectConnectGatewayAttachmentsResponseDirectConnectClient. describeDirectConnectGatewayAttachments(Consumer<DescribeDirectConnectGatewayAttachmentsRequest.Builder> describeDirectConnectGatewayAttachmentsRequest)Lists the attachments between your Direct Connect gateways and virtual interfaces. -
Uses of DescribeDirectConnectGatewayAttachmentsRequest.Builder in software.amazon.awssdk.services.directconnect.model
Methods in software.amazon.awssdk.services.directconnect.model that return DescribeDirectConnectGatewayAttachmentsRequest.Builder Modifier and Type Method Description static DescribeDirectConnectGatewayAttachmentsRequest.BuilderDescribeDirectConnectGatewayAttachmentsRequest. builder()DescribeDirectConnectGatewayAttachmentsRequest.BuilderDescribeDirectConnectGatewayAttachmentsRequest.Builder. directConnectGatewayId(String directConnectGatewayId)The ID of the Direct Connect gateway.DescribeDirectConnectGatewayAttachmentsRequest.BuilderDescribeDirectConnectGatewayAttachmentsRequest.Builder. maxResults(Integer maxResults)The maximum number of results to return with a single call.DescribeDirectConnectGatewayAttachmentsRequest.BuilderDescribeDirectConnectGatewayAttachmentsRequest.Builder. nextToken(String nextToken)The token provided in the previous call to retrieve the next page.DescribeDirectConnectGatewayAttachmentsRequest.BuilderDescribeDirectConnectGatewayAttachmentsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeDirectConnectGatewayAttachmentsRequest.BuilderDescribeDirectConnectGatewayAttachmentsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeDirectConnectGatewayAttachmentsRequest.BuilderDescribeDirectConnectGatewayAttachmentsRequest. toBuilder()DescribeDirectConnectGatewayAttachmentsRequest.BuilderDescribeDirectConnectGatewayAttachmentsRequest.Builder. virtualInterfaceId(String virtualInterfaceId)The ID of the virtual interface.Methods in software.amazon.awssdk.services.directconnect.model that return types with arguments of type DescribeDirectConnectGatewayAttachmentsRequest.Builder Modifier and Type Method Description static Class<? extends DescribeDirectConnectGatewayAttachmentsRequest.Builder>DescribeDirectConnectGatewayAttachmentsRequest. serializableBuilderClass()
-