Uses of Class
software.amazon.awssdk.services.ec2.model.SecurityGroup
Packages that use SecurityGroup
Package
Description
-
Uses of SecurityGroup in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type SecurityGroupModifier and TypeMethodDescriptionfinal List<SecurityGroup>DescribeSecurityGroupsResponse.securityGroups()Information about the security groups.Methods in software.amazon.awssdk.services.ec2.model with parameters of type SecurityGroupModifier and TypeMethodDescriptionDescribeSecurityGroupsResponse.Builder.securityGroups(SecurityGroup... securityGroups) Information about the security groups.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type SecurityGroupModifier and TypeMethodDescriptionDescribeSecurityGroupsResponse.Builder.securityGroups(Collection<SecurityGroup> securityGroups) Information about the security groups. -
Uses of SecurityGroup in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type SecurityGroupModifier and TypeMethodDescriptionfinal SdkIterable<SecurityGroup>DescribeSecurityGroupsIterable.securityGroups()Returns an iterable to iterate through the paginatedDescribeSecurityGroupsResponse.securityGroups()member.final SdkPublisher<SecurityGroup>DescribeSecurityGroupsPublisher.securityGroups()Returns a publisher that can be used to get a stream of data.