Uses of Class
software.amazon.awssdk.services.ec2.model.SecurityGroupIdentifier
Packages that use SecurityGroupIdentifier
-
Uses of SecurityGroupIdentifier in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type SecurityGroupIdentifierModifier and TypeMethodDescriptionfinal List<SecurityGroupIdentifier>VpcEndpoint.groups()(Interface endpoint) Information about the security groups that are associated with the network interface.Methods in software.amazon.awssdk.services.ec2.model with parameters of type SecurityGroupIdentifierModifier and TypeMethodDescriptionVpcEndpoint.Builder.groups(SecurityGroupIdentifier... groups) (Interface endpoint) Information about the security groups that are associated with the network interface.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type SecurityGroupIdentifierModifier and TypeMethodDescriptionVpcEndpoint.Builder.groups(Collection<SecurityGroupIdentifier> groups) (Interface endpoint) Information about the security groups that are associated with the network interface.