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:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final BooleanIndicates whether UDP traffic to and from the instance uses ENA Express.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()static Class<? extends EnaSrdUdpSpecification.Builder>final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
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
- Specified by:
toBuilderin interfaceToCopyableBuilder<EnaSrdUdpSpecification.Builder,EnaSrdUdpSpecification>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-