@Generated(value="software.amazon.awssdk:codegen") public final class EnaSrdUdpSpecification extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EnaSrdUdpSpecification.Builder,EnaSrdUdpSpecification>
ENA Express is compatible with both TCP and UDP transport protocols. When it’s enabled, TCP traffic automatically uses it. However, some UDP-based applications are designed to handle network packets that are out of order, without a need for retransmission, such as live video broadcasting or other near-real-time applications. For UDP traffic, you can specify whether to use ENA Express, based on your application environment needs.
| Modifier and Type | Class and Description |
|---|---|
static interface |
EnaSrdUdpSpecification.Builder |
| Modifier and Type | Method and Description |
|---|---|
static EnaSrdUdpSpecification.Builder |
builder() |
Boolean |
enaSrdUdpEnabled()
Indicates whether UDP traffic uses ENA Express.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends EnaSrdUdpSpecification.Builder> |
serializableBuilderClass() |
EnaSrdUdpSpecification.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Boolean enaSrdUdpEnabled()
Indicates whether UDP traffic uses ENA Express. To specify this setting, you must first enable ENA Express.
public EnaSrdUdpSpecification.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<EnaSrdUdpSpecification.Builder,EnaSrdUdpSpecification>public static EnaSrdUdpSpecification.Builder builder()
public static Class<? extends EnaSrdUdpSpecification.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.