Uses of Interface
software.amazon.awssdk.services.appmesh.model.TcpTimeout.Builder
-
Packages that use TcpTimeout.Builder Package Description software.amazon.awssdk.services.appmesh.model -
-
Uses of TcpTimeout.Builder in software.amazon.awssdk.services.appmesh.model
Methods in software.amazon.awssdk.services.appmesh.model that return TcpTimeout.Builder Modifier and Type Method Description static TcpTimeout.BuilderTcpTimeout. builder()default TcpTimeout.BuilderTcpTimeout.Builder. idle(Consumer<Duration.Builder> idle)An object that represents an idle timeout.TcpTimeout.BuilderTcpTimeout.Builder. idle(Duration idle)An object that represents an idle timeout.TcpTimeout.BuilderTcpTimeout. toBuilder()Methods in software.amazon.awssdk.services.appmesh.model that return types with arguments of type TcpTimeout.Builder Modifier and Type Method Description static Class<? extends TcpTimeout.Builder>TcpTimeout. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.appmesh.model with type arguments of type TcpTimeout.Builder Modifier and Type Method Description static ListenerTimeoutListenerTimeout. fromTcp(Consumer<TcpTimeout.Builder> tcp)Create an instance of this class withListenerTimeout.tcp()initialized to the given value.default ListenerTimeout.BuilderListenerTimeout.Builder. tcp(Consumer<TcpTimeout.Builder> tcp)An object that represents types of timeouts.default TcpRoute.BuilderTcpRoute.Builder. timeout(Consumer<TcpTimeout.Builder> timeout)An object that represents types of timeouts.
-