Uses of Enum
software.amazon.awssdk.services.ec2.model.AutoAcceptSharedAssociationsValue
Packages that use AutoAcceptSharedAssociationsValue
-
Uses of AutoAcceptSharedAssociationsValue in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return AutoAcceptSharedAssociationsValueModifier and TypeMethodDescriptionCreateTransitGatewayMulticastDomainRequestOptions.autoAcceptSharedAssociations()Indicates whether to automatically accept cross-account subnet associations that are associated with the transit gateway multicast domain.TransitGatewayMulticastDomainOptions.autoAcceptSharedAssociations()Indicates whether to automatically cross-account subnet associations that are associated with the transit gateway multicast domain.Use this in place of valueOf to convert the raw string returned by the service into the enum value.Returns the enum constant of this type with the specified name.static AutoAcceptSharedAssociationsValue[]AutoAcceptSharedAssociationsValue.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 AutoAcceptSharedAssociationsValueModifier and TypeMethodDescriptionstatic Set<AutoAcceptSharedAssociationsValue>AutoAcceptSharedAssociationsValue.knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type AutoAcceptSharedAssociationsValueModifier and TypeMethodDescriptionCreateTransitGatewayMulticastDomainRequestOptions.Builder.autoAcceptSharedAssociations(AutoAcceptSharedAssociationsValue autoAcceptSharedAssociations) Indicates whether to automatically accept cross-account subnet associations that are associated with the transit gateway multicast domain.TransitGatewayMulticastDomainOptions.Builder.autoAcceptSharedAssociations(AutoAcceptSharedAssociationsValue autoAcceptSharedAssociations) Indicates whether to automatically cross-account subnet associations that are associated with the transit gateway multicast domain.