Uses of Enum
software.amazon.awssdk.services.ec2.model.MulticastSupportValue
Packages that use MulticastSupportValue
-
Uses of MulticastSupportValue in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return MulticastSupportValueModifier and TypeMethodDescriptionstatic MulticastSupportValueUse this in place of valueOf to convert the raw string returned by the service into the enum value.final MulticastSupportValueTransitGatewayOptions.multicastSupport()Indicates whether multicast is enabled on the transit gatewayfinal MulticastSupportValueTransitGatewayRequestOptions.multicastSupport()Indicates whether multicast is enabled on the transit gatewaystatic MulticastSupportValueReturns the enum constant of this type with the specified name.static MulticastSupportValue[]MulticastSupportValue.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type MulticastSupportValueModifier and TypeMethodDescriptionstatic Set<MulticastSupportValue>MulticastSupportValue.knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type MulticastSupportValueModifier and TypeMethodDescriptionTransitGatewayOptions.Builder.multicastSupport(MulticastSupportValue multicastSupport) Indicates whether multicast is enabled on the transit gatewayTransitGatewayRequestOptions.Builder.multicastSupport(MulticastSupportValue multicastSupport) Indicates whether multicast is enabled on the transit gateway