Uses of Class
software.amazon.awssdk.services.directconnect.model.UpdateDirectConnectGatewayAssociationResponse
-
Packages that use UpdateDirectConnectGatewayAssociationResponse 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 UpdateDirectConnectGatewayAssociationResponse in software.amazon.awssdk.services.directconnect
Methods in software.amazon.awssdk.services.directconnect that return UpdateDirectConnectGatewayAssociationResponse Modifier and Type Method Description default UpdateDirectConnectGatewayAssociationResponseDirectConnectClient. updateDirectConnectGatewayAssociation(Consumer<UpdateDirectConnectGatewayAssociationRequest.Builder> updateDirectConnectGatewayAssociationRequest)Updates the specified attributes of the Direct Connect gateway association.default UpdateDirectConnectGatewayAssociationResponseDirectConnectClient. updateDirectConnectGatewayAssociation(UpdateDirectConnectGatewayAssociationRequest updateDirectConnectGatewayAssociationRequest)Updates the specified attributes of the Direct Connect gateway association.Methods in software.amazon.awssdk.services.directconnect that return types with arguments of type UpdateDirectConnectGatewayAssociationResponse Modifier and Type Method Description default CompletableFuture<UpdateDirectConnectGatewayAssociationResponse>DirectConnectAsyncClient. updateDirectConnectGatewayAssociation(Consumer<UpdateDirectConnectGatewayAssociationRequest.Builder> updateDirectConnectGatewayAssociationRequest)Updates the specified attributes of the Direct Connect gateway association.default CompletableFuture<UpdateDirectConnectGatewayAssociationResponse>DirectConnectAsyncClient. updateDirectConnectGatewayAssociation(UpdateDirectConnectGatewayAssociationRequest updateDirectConnectGatewayAssociationRequest)Updates the specified attributes of the Direct Connect gateway association.
-