Uses of Class
software.amazon.awssdk.services.directconnect.model.UpdateVirtualInterfaceAttributesResponse
-
Packages that use UpdateVirtualInterfaceAttributesResponse 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 UpdateVirtualInterfaceAttributesResponse in software.amazon.awssdk.services.directconnect
Methods in software.amazon.awssdk.services.directconnect that return UpdateVirtualInterfaceAttributesResponse Modifier and Type Method Description default UpdateVirtualInterfaceAttributesResponseDirectConnectClient. updateVirtualInterfaceAttributes(Consumer<UpdateVirtualInterfaceAttributesRequest.Builder> updateVirtualInterfaceAttributesRequest)Updates the specified attributes of the specified virtual private interface.default UpdateVirtualInterfaceAttributesResponseDirectConnectClient. updateVirtualInterfaceAttributes(UpdateVirtualInterfaceAttributesRequest updateVirtualInterfaceAttributesRequest)Updates the specified attributes of the specified virtual private interface.Methods in software.amazon.awssdk.services.directconnect that return types with arguments of type UpdateVirtualInterfaceAttributesResponse Modifier and Type Method Description default CompletableFuture<UpdateVirtualInterfaceAttributesResponse>DirectConnectAsyncClient. updateVirtualInterfaceAttributes(Consumer<UpdateVirtualInterfaceAttributesRequest.Builder> updateVirtualInterfaceAttributesRequest)Updates the specified attributes of the specified virtual private interface.default CompletableFuture<UpdateVirtualInterfaceAttributesResponse>DirectConnectAsyncClient. updateVirtualInterfaceAttributes(UpdateVirtualInterfaceAttributesRequest updateVirtualInterfaceAttributesRequest)Updates the specified attributes of the specified virtual private interface.
-