Uses of Class
software.amazon.awssdk.services.directconnect.model.CreateDirectConnectGatewayAssociationResponse
-
Packages that use CreateDirectConnectGatewayAssociationResponse 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 CreateDirectConnectGatewayAssociationResponse in software.amazon.awssdk.services.directconnect
Methods in software.amazon.awssdk.services.directconnect that return CreateDirectConnectGatewayAssociationResponse Modifier and Type Method Description default CreateDirectConnectGatewayAssociationResponseDirectConnectClient. createDirectConnectGatewayAssociation(Consumer<CreateDirectConnectGatewayAssociationRequest.Builder> createDirectConnectGatewayAssociationRequest)Creates an association between a Direct Connect gateway and a virtual private gateway.default CreateDirectConnectGatewayAssociationResponseDirectConnectClient. createDirectConnectGatewayAssociation(CreateDirectConnectGatewayAssociationRequest createDirectConnectGatewayAssociationRequest)Creates an association between a Direct Connect gateway and a virtual private gateway.Methods in software.amazon.awssdk.services.directconnect that return types with arguments of type CreateDirectConnectGatewayAssociationResponse Modifier and Type Method Description default CompletableFuture<CreateDirectConnectGatewayAssociationResponse>DirectConnectAsyncClient. createDirectConnectGatewayAssociation(Consumer<CreateDirectConnectGatewayAssociationRequest.Builder> createDirectConnectGatewayAssociationRequest)Creates an association between a Direct Connect gateway and a virtual private gateway.default CompletableFuture<CreateDirectConnectGatewayAssociationResponse>DirectConnectAsyncClient. createDirectConnectGatewayAssociation(CreateDirectConnectGatewayAssociationRequest createDirectConnectGatewayAssociationRequest)Creates an association between a Direct Connect gateway and a virtual private gateway.
-