Uses of Class
software.amazon.awssdk.services.elasticloadbalancingv2.model.EnforceSecurityGroupInboundRulesOnPrivateLinkTrafficEnum
-
Packages that use EnforceSecurityGroupInboundRulesOnPrivateLinkTrafficEnum Package Description software.amazon.awssdk.services.elasticloadbalancingv2.model -
-
Uses of EnforceSecurityGroupInboundRulesOnPrivateLinkTrafficEnum in software.amazon.awssdk.services.elasticloadbalancingv2.model
Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model that return EnforceSecurityGroupInboundRulesOnPrivateLinkTrafficEnum Modifier and Type Method Description EnforceSecurityGroupInboundRulesOnPrivateLinkTrafficEnumSetSecurityGroupsRequest. enforceSecurityGroupInboundRulesOnPrivateLinkTraffic()Indicates whether to evaluate inbound security group rules for traffic sent to a Network Load Balancer through Amazon Web Services PrivateLink.EnforceSecurityGroupInboundRulesOnPrivateLinkTrafficEnumSetSecurityGroupsResponse. enforceSecurityGroupInboundRulesOnPrivateLinkTraffic()Indicates whether to evaluate inbound security group rules for traffic sent to a Network Load Balancer through Amazon Web Services PrivateLink.static EnforceSecurityGroupInboundRulesOnPrivateLinkTrafficEnumEnforceSecurityGroupInboundRulesOnPrivateLinkTrafficEnum. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static EnforceSecurityGroupInboundRulesOnPrivateLinkTrafficEnumEnforceSecurityGroupInboundRulesOnPrivateLinkTrafficEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static EnforceSecurityGroupInboundRulesOnPrivateLinkTrafficEnum[]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 EnforceSecurityGroupInboundRulesOnPrivateLinkTrafficEnum Modifier and Type Method Description static Set<EnforceSecurityGroupInboundRulesOnPrivateLinkTrafficEnum>EnforceSecurityGroupInboundRulesOnPrivateLinkTrafficEnum. knownValues()Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model with parameters of type EnforceSecurityGroupInboundRulesOnPrivateLinkTrafficEnum Modifier and Type Method Description SetSecurityGroupsRequest.BuilderSetSecurityGroupsRequest.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.BuilderSetSecurityGroupsResponse.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.
-