Uses of Class
software.amazon.awssdk.services.ec2.model.SecurityGroup
-
Packages that use SecurityGroup Package Description software.amazon.awssdk.services.ec2.model software.amazon.awssdk.services.ec2.paginators -
-
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 SecurityGroup Modifier and Type Method Description List<SecurityGroup>DescribeSecurityGroupsResponse. securityGroups()Information about the security groups.Methods in software.amazon.awssdk.services.ec2.model with parameters of type SecurityGroup Modifier and Type Method Description DescribeSecurityGroupsResponse.BuilderDescribeSecurityGroupsResponse.Builder. securityGroups(SecurityGroup... securityGroups)Information about the security groups.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type SecurityGroup Modifier and Type Method Description DescribeSecurityGroupsResponse.BuilderDescribeSecurityGroupsResponse.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 SecurityGroup Modifier and Type Method Description SdkIterable<SecurityGroup>DescribeSecurityGroupsIterable. securityGroups()Returns an iterable to iterate through the paginatedDescribeSecurityGroupsResponse.securityGroups()member.SdkPublisher<SecurityGroup>DescribeSecurityGroupsPublisher. securityGroups()Returns a publisher that can be used to get a stream of data.
-