Uses of Enum
software.amazon.awssdk.services.elasticloadbalancingv2.model.EnforceSecurityGroupInboundRulesOnPrivateLinkTrafficEnum
Packages that use EnforceSecurityGroupInboundRulesOnPrivateLinkTrafficEnum
-
Uses of EnforceSecurityGroupInboundRulesOnPrivateLinkTrafficEnum in software.amazon.awssdk.services.elasticloadbalancingv2.model
Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model that return EnforceSecurityGroupInboundRulesOnPrivateLinkTrafficEnumModifier and TypeMethodDescriptionSetSecurityGroupsRequest.enforceSecurityGroupInboundRulesOnPrivateLinkTraffic()Indicates whether to evaluate inbound security group rules for traffic sent to a Network Load Balancer through Amazon Web Services PrivateLink.SetSecurityGroupsResponse.enforceSecurityGroupInboundRulesOnPrivateLinkTraffic()Indicates whether to evaluate inbound security group rules for traffic sent to a Network Load Balancer through Amazon Web Services PrivateLink.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.EnforceSecurityGroupInboundRulesOnPrivateLinkTrafficEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model that return types with arguments of type EnforceSecurityGroupInboundRulesOnPrivateLinkTrafficEnumModifier and TypeMethodDescriptionEnforceSecurityGroupInboundRulesOnPrivateLinkTrafficEnum.knownValues()Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model with parameters of type EnforceSecurityGroupInboundRulesOnPrivateLinkTrafficEnumModifier and TypeMethodDescriptionSetSecurityGroupsRequest.Builder.enforceSecurityGroupInboundRulesOnPrivateLinkTraffic(EnforceSecurityGroupInboundRulesOnPrivateLinkTrafficEnum enforceSecurityGroupInboundRulesOnPrivateLinkTraffic) Indicates whether to evaluate inbound security group rules for traffic sent to a Network Load Balancer through Amazon Web Services PrivateLink.SetSecurityGroupsResponse.Builder.enforceSecurityGroupInboundRulesOnPrivateLinkTraffic(EnforceSecurityGroupInboundRulesOnPrivateLinkTrafficEnum enforceSecurityGroupInboundRulesOnPrivateLinkTraffic) Indicates whether to evaluate inbound security group rules for traffic sent to a Network Load Balancer through Amazon Web Services PrivateLink.