Uses of Class
software.amazon.awssdk.services.ec2.model.SecurityGroupForVpc
Packages that use SecurityGroupForVpc
Package
Description
-
Uses of SecurityGroupForVpc in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type SecurityGroupForVpcModifier and TypeMethodDescriptionfinal List<SecurityGroupForVpc>GetSecurityGroupsForVpcResponse.securityGroupForVpcs()The security group that can be used by interfaces in the VPC.Methods in software.amazon.awssdk.services.ec2.model with parameters of type SecurityGroupForVpcModifier and TypeMethodDescriptionGetSecurityGroupsForVpcResponse.Builder.securityGroupForVpcs(SecurityGroupForVpc... securityGroupForVpcs) The security group that can be used by interfaces in the VPC.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type SecurityGroupForVpcModifier and TypeMethodDescriptionGetSecurityGroupsForVpcResponse.Builder.securityGroupForVpcs(Collection<SecurityGroupForVpc> securityGroupForVpcs) The security group that can be used by interfaces in the VPC. -
Uses of SecurityGroupForVpc in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type SecurityGroupForVpcModifier and TypeMethodDescriptionfinal SdkIterable<SecurityGroupForVpc>GetSecurityGroupsForVpcIterable.securityGroupForVpcs()Returns an iterable to iterate through the paginatedGetSecurityGroupsForVpcResponse.securityGroupForVpcs()member.final SdkPublisher<SecurityGroupForVpc>GetSecurityGroupsForVpcPublisher.securityGroupForVpcs()Returns a publisher that can be used to get a stream of data.