Class EnaSrdUdpSpecification
- java.lang.Object
-
- software.amazon.awssdk.services.ec2.model.EnaSrdUdpSpecification
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<EnaSrdUdpSpecification.Builder,EnaSrdUdpSpecification>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceEnaSrdUdpSpecification.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EnaSrdUdpSpecification.Builderbuilder()BooleanenaSrdUdpEnabled()Indicates whether UDP traffic to and from the instance uses ENA Express.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends EnaSrdUdpSpecification.Builder>serializableBuilderClass()EnaSrdUdpSpecification.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
enaSrdUdpEnabled
public final Boolean enaSrdUdpEnabled()
Indicates whether UDP traffic to and from the instance uses ENA Express. To specify this setting, you must first enable ENA Express.
- Returns:
- Indicates whether UDP traffic to and from the instance uses ENA Express. To specify this setting, you must first enable ENA Express.
-
toBuilder
public EnaSrdUdpSpecification.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<EnaSrdUdpSpecification.Builder,EnaSrdUdpSpecification>
-
builder
public static EnaSrdUdpSpecification.Builder builder()
-
serializableBuilderClass
public static Class<? extends EnaSrdUdpSpecification.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-