Uses of Interface
software.amazon.awssdk.services.directconnect.model.UpdateDirectConnectGatewayRequest.Builder
-
Packages that use UpdateDirectConnectGatewayRequest.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 UpdateDirectConnectGatewayRequest.Builder in software.amazon.awssdk.services.directconnect
Method parameters in software.amazon.awssdk.services.directconnect with type arguments of type UpdateDirectConnectGatewayRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateDirectConnectGatewayResponse>DirectConnectAsyncClient. updateDirectConnectGateway(Consumer<UpdateDirectConnectGatewayRequest.Builder> updateDirectConnectGatewayRequest)Updates the name of a current Direct Connect gateway.default UpdateDirectConnectGatewayResponseDirectConnectClient. updateDirectConnectGateway(Consumer<UpdateDirectConnectGatewayRequest.Builder> updateDirectConnectGatewayRequest)Updates the name of a current Direct Connect gateway. -
Uses of UpdateDirectConnectGatewayRequest.Builder in software.amazon.awssdk.services.directconnect.model
Methods in software.amazon.awssdk.services.directconnect.model that return types with arguments of type UpdateDirectConnectGatewayRequest.Builder Modifier and Type Method Description static Class<? extends UpdateDirectConnectGatewayRequest.Builder>UpdateDirectConnectGatewayRequest. serializableBuilderClass()
-