Uses of Class
software.amazon.awssdk.services.directconnect.model.StartBgpFailoverTestResponse
-
Packages that use StartBgpFailoverTestResponse 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 StartBgpFailoverTestResponse in software.amazon.awssdk.services.directconnect
Methods in software.amazon.awssdk.services.directconnect that return StartBgpFailoverTestResponse Modifier and Type Method Description default StartBgpFailoverTestResponseDirectConnectClient. startBgpFailoverTest(Consumer<StartBgpFailoverTestRequest.Builder> startBgpFailoverTestRequest)Starts the virtual interface failover test that verifies your configuration meets your resiliency requirements by placing the BGP peering session in the DOWN state.default StartBgpFailoverTestResponseDirectConnectClient. startBgpFailoverTest(StartBgpFailoverTestRequest startBgpFailoverTestRequest)Starts the virtual interface failover test that verifies your configuration meets your resiliency requirements by placing the BGP peering session in the DOWN state.Methods in software.amazon.awssdk.services.directconnect that return types with arguments of type StartBgpFailoverTestResponse Modifier and Type Method Description default CompletableFuture<StartBgpFailoverTestResponse>DirectConnectAsyncClient. startBgpFailoverTest(Consumer<StartBgpFailoverTestRequest.Builder> startBgpFailoverTestRequest)Starts the virtual interface failover test that verifies your configuration meets your resiliency requirements by placing the BGP peering session in the DOWN state.default CompletableFuture<StartBgpFailoverTestResponse>DirectConnectAsyncClient. startBgpFailoverTest(StartBgpFailoverTestRequest startBgpFailoverTestRequest)Starts the virtual interface failover test that verifies your configuration meets your resiliency requirements by placing the BGP peering session in the DOWN state.
-