Uses of Interface
software.amazon.awssdk.services.elasticloadbalancingv2.model.SetSecurityGroupsResponse.Builder
Packages that use SetSecurityGroupsResponse.Builder
-
Uses of SetSecurityGroupsResponse.Builder in software.amazon.awssdk.services.elasticloadbalancingv2.model
Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model that return SetSecurityGroupsResponse.BuilderModifier and TypeMethodDescriptionSetSecurityGroupsResponse.builder()SetSecurityGroupsResponse.Builder.enforceSecurityGroupInboundRulesOnPrivateLinkTraffic(String 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.SetSecurityGroupsResponse.Builder.securityGroupIds(String... securityGroupIds) The IDs of the security groups associated with the load balancer.SetSecurityGroupsResponse.Builder.securityGroupIds(Collection<String> securityGroupIds) The IDs of the security groups associated with the load balancer.SetSecurityGroupsResponse.toBuilder()Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model that return types with arguments of type SetSecurityGroupsResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends SetSecurityGroupsResponse.Builder>SetSecurityGroupsResponse.serializableBuilderClass()