Uses of Class
software.amazon.awssdk.services.ec2.model.SecurityGroupForVpc
-
Packages that use SecurityGroupForVpc Package Description software.amazon.awssdk.services.ec2.model software.amazon.awssdk.services.ec2.paginators -
-
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 SecurityGroupForVpc Modifier and Type Method Description 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 SecurityGroupForVpc Modifier and Type Method Description GetSecurityGroupsForVpcResponse.BuilderGetSecurityGroupsForVpcResponse.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 SecurityGroupForVpc Modifier and Type Method Description GetSecurityGroupsForVpcResponse.BuilderGetSecurityGroupsForVpcResponse.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 SecurityGroupForVpc Modifier and Type Method Description SdkIterable<SecurityGroupForVpc>GetSecurityGroupsForVpcIterable. securityGroupForVpcs()Returns an iterable to iterate through the paginatedGetSecurityGroupsForVpcResponse.securityGroupForVpcs()member.SdkPublisher<SecurityGroupForVpc>GetSecurityGroupsForVpcPublisher. securityGroupForVpcs()Returns a publisher that can be used to get a stream of data.
-