Uses of Interface
software.amazon.awssdk.services.elasticloadbalancingv2.model.SetSecurityGroupsRequest.Builder
Packages that use SetSecurityGroupsRequest.Builder
Package
Description
-
Uses of SetSecurityGroupsRequest.Builder in software.amazon.awssdk.services.elasticloadbalancingv2
Method parameters in software.amazon.awssdk.services.elasticloadbalancingv2 with type arguments of type SetSecurityGroupsRequest.BuilderModifier and TypeMethodDescriptionElasticLoadBalancingV2AsyncClient.setSecurityGroups(Consumer<SetSecurityGroupsRequest.Builder> setSecurityGroupsRequest) Associates the specified security groups with the specified Application Load Balancer or Network Load Balancer.default SetSecurityGroupsResponseElasticLoadBalancingV2Client.setSecurityGroups(Consumer<SetSecurityGroupsRequest.Builder> setSecurityGroupsRequest) Associates the specified security groups with the specified Application Load Balancer or Network Load Balancer. -
Uses of SetSecurityGroupsRequest.Builder in software.amazon.awssdk.services.elasticloadbalancingv2.model
Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model that return SetSecurityGroupsRequest.BuilderModifier and TypeMethodDescriptionSetSecurityGroupsRequest.builder()SetSecurityGroupsRequest.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.SetSecurityGroupsRequest.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.SetSecurityGroupsRequest.Builder.loadBalancerArn(String loadBalancerArn) The Amazon Resource Name (ARN) of the load balancer.SetSecurityGroupsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) SetSecurityGroupsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) SetSecurityGroupsRequest.Builder.securityGroups(String... securityGroups) The IDs of the security groups.SetSecurityGroupsRequest.Builder.securityGroups(Collection<String> securityGroups) The IDs of the security groups.SetSecurityGroupsRequest.toBuilder()Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model that return types with arguments of type SetSecurityGroupsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends SetSecurityGroupsRequest.Builder>SetSecurityGroupsRequest.serializableBuilderClass()