Uses of Class
software.amazon.awssdk.services.ec2.model.AutoAcceptSharedAssociationsValue
-
Packages that use AutoAcceptSharedAssociationsValue Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of AutoAcceptSharedAssociationsValue in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return AutoAcceptSharedAssociationsValue Modifier and Type Method Description AutoAcceptSharedAssociationsValueCreateTransitGatewayMulticastDomainRequestOptions. autoAcceptSharedAssociations()Indicates whether to automatically accept cross-account subnet associations that are associated with the transit gateway multicast domain.AutoAcceptSharedAssociationsValueTransitGatewayMulticastDomainOptions. autoAcceptSharedAssociations()Indicates whether to automatically cross-account subnet associations that are associated with the transit gateway multicast domain.static AutoAcceptSharedAssociationsValueAutoAcceptSharedAssociationsValue. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AutoAcceptSharedAssociationsValueAutoAcceptSharedAssociationsValue. valueOf(String name)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 AutoAcceptSharedAssociationsValue Modifier and Type Method Description static Set<AutoAcceptSharedAssociationsValue>AutoAcceptSharedAssociationsValue. knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type AutoAcceptSharedAssociationsValue Modifier and Type Method Description CreateTransitGatewayMulticastDomainRequestOptions.BuilderCreateTransitGatewayMulticastDomainRequestOptions.Builder. autoAcceptSharedAssociations(AutoAcceptSharedAssociationsValue autoAcceptSharedAssociations)Indicates whether to automatically accept cross-account subnet associations that are associated with the transit gateway multicast domain.TransitGatewayMulticastDomainOptions.BuilderTransitGatewayMulticastDomainOptions.Builder. autoAcceptSharedAssociations(AutoAcceptSharedAssociationsValue autoAcceptSharedAssociations)Indicates whether to automatically cross-account subnet associations that are associated with the transit gateway multicast domain.
-