Uses of Interface
software.amazon.awssdk.services.ec2.model.ReferencedSecurityGroup.Builder
Packages that use ReferencedSecurityGroup.Builder
-
Uses of ReferencedSecurityGroup.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return ReferencedSecurityGroup.BuilderModifier and TypeMethodDescriptionReferencedSecurityGroup.builder()The ID of the security group.ReferencedSecurityGroup.Builder.peeringStatus(String peeringStatus) The status of a VPC peering connection, if applicable.ReferencedSecurityGroup.toBuilder()The Amazon Web Services account ID.The ID of the VPC.ReferencedSecurityGroup.Builder.vpcPeeringConnectionId(String vpcPeeringConnectionId) The ID of the VPC peering connection (if applicable).Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type ReferencedSecurityGroup.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ReferencedSecurityGroup.Builder>ReferencedSecurityGroup.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type ReferencedSecurityGroup.BuilderModifier and TypeMethodDescriptiondefault SecurityGroupRule.BuilderSecurityGroupRule.Builder.referencedGroupInfo(Consumer<ReferencedSecurityGroup.Builder> referencedGroupInfo) Describes the security group that is referenced in the rule.