Uses of Class
software.amazon.awssdk.services.ec2.model.UserIdGroupPair
-
Packages that use UserIdGroupPair Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of UserIdGroupPair in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type UserIdGroupPair Modifier and Type Method Description List<UserIdGroupPair>IpPermission. userIdGroupPairs()The security group and Amazon Web Services account ID pairs.List<UserIdGroupPair>StaleIpPermission. userIdGroupPairs()The security group pairs.Methods in software.amazon.awssdk.services.ec2.model with parameters of type UserIdGroupPair Modifier and Type Method Description IpPermission.BuilderIpPermission.Builder. userIdGroupPairs(UserIdGroupPair... userIdGroupPairs)The security group and Amazon Web Services account ID pairs.StaleIpPermission.BuilderStaleIpPermission.Builder. userIdGroupPairs(UserIdGroupPair... userIdGroupPairs)The security group pairs.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type UserIdGroupPair Modifier and Type Method Description IpPermission.BuilderIpPermission.Builder. userIdGroupPairs(Collection<UserIdGroupPair> userIdGroupPairs)The security group and Amazon Web Services account ID pairs.StaleIpPermission.BuilderStaleIpPermission.Builder. userIdGroupPairs(Collection<UserIdGroupPair> userIdGroupPairs)The security group pairs.
-